/*!
Theme Name: Legend Biotech
Theme URI: https://www.brillio.com/
Author: Brillio
Author URI: https://www.brillio.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: legendbiotech
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.roboto-regular {
    font-family: "Roboto-Regular";
    font-weight: 100 300; /* stylelint-disable-line font-weight-notation */
    font-style: normal;
    font-display: swap;
    src: url(./assets/fonts/Roboto/Roboto-Regular.ttf) format("truetype");
}
    .roboto-italic {
    font-family: "Roboto-Italic";
    font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
    font-style: italic;
    font-display: swap;
    src: url(./assets/fonts/Roboto/Roboto-Italic.ttf) format("truetype");
}
.roboto-thin {
        font-family: "Roboto-Thin";
        font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
        font-style: normal;
        font-display: swap;
        src: url(./assets/fonts/Roboto/Roboto-Thin.ttf) format("truetype");
        }

.roboto-bold {
        font-family: "Roboto-Bold";
        font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
        font-style: bold;
        font-display: swap;
        src: url(./assets/fonts/Roboto/Roboto-Bold.ttf) format("truetype");
    }

.roboto-bold-italic {
        font-family: "Roboto-BoldItalic";
        font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
        font-style: italic;
        font-display: swap;
        src: url(./assets/fonts/Roboto/Roboto-BoldItalic.ttf) format("truetype");
    }
.roboto-light {
        font-family: "Roboto-Light";
        font-weight: 100 300; /* stylelint-disable-line font-weight-notation */
        font-style: normal;
        font-display: swap;
        src: url(./assets/fonts/Roboto/Roboto-Light.ttf) format("truetype");
}
.roboto-light-italic {
        font-family: "Roboto-LightItalic";
        font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
        font-style: italic;
        font-display: swap;
        src: url(./assets/fonts/Roboto/Roboto-LightItalic.ttf) format("truetype");
}
.roboto-med {
        font-family: "Roboto-Medium";
        font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
        font-style: italic;
        font-display: swap;
        src: url(./assets/fonts/Roboto/Roboto-Medium.ttf) format("truetype");
}

*,
*::before,
*::after {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    word-wrap: break-word;
}

body {
    background: #F8FAFF;
    box-sizing: border-box;
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
}

/*
body main {
    margin-top: 10% !important;
}

@media (min-width: 1600px) {
    body main {
        margin-top: 8% !important;
        }
}
*/

@media (min-width: 1700px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }
}

a, a:hover {
    color: #4D5D9E;
    text-decoration: underline;
}

h1,
h2,
h3 {
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
}

h3 {
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        font-weight: normal;
    color: #4D5D9E;
        font-size: 32px;
        line-height: 40px;
}

h4{
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        font-weight: normal;
    color: #354a5e;
}

p, ol li, ul li {
        /* font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif; */
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        font-size: 16px;
    line-height: 27px;
    font-weight: 400;
}

.main-content .banner {
    width: 100%;
    background-size: cover !important;
    min-height: 300px;
    padding: 80px 0;
}

.main-content .banner h1 {
    font-family: 'Roboto-Regular';
    color: #fff;
    font-size: 70px;
    font-weight: 200;
    letter-spacing: 0.02rem;
}

.text-style-1 {
    font-size: 16px;
    color: #fff;
    font-weight: 100;
    line-height: 38px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
}

.text-style-1 font {
    display: block;
    font-weight: 500;
}

.max-width-250 {
        max-width: 250px;
}

/* header start */
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: rgb(255 255 255 / 10%);
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}

header li {
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        font-weight: 400;
}

header .top-menu {
    border-bottom: 1px solid rgb(255 255 255 / 30%);
        padding-top: 0 !important;
        padding-bottom: 0 !important;
}

.main-menu-block .container.py-2 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
}

header .top-menu .top-bar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;

}

header .top-menu .top-bar-menu li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
}

header .top-menu .top-bar-menu li:last-child {
    padding-right: 0;
    padding-left: 28px;
}

/* header .top-menu .top-bar-menu li:last-child::before {
    content: ' ';
    background-color: #fff;
    width: 1px;
    height: 20px;
    position: absolute;
    left: 5px;
    top: 2px;
} */

header .top-menu .top-bar-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

header .navbar-nav li {
    position: relative;
    padding: 7px 12px;
        font-weight: normal;
}

header .navbar-nav li a {
    color: #354A5E;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
}

header .top-menu .top-bar-menu li.current-menu-item a,
header .navbar-nav li.active a,
header .navbar-nav li.current-menu-item a,
.header-white header .top-menu .top-bar-menu li.current-menu-item a {
        font-weight: bold;
}

header .navbar-nav li a:hover,
.header-white header .top-menu .top-bar-menu li a:hover {
        font-weight: normal;
}

header .navbar-toggler {
    border-width: 0;
    color: #fff;
    position: relative;
}

header .navbar-toggler:focus {
    box-shadow: none;
}

header .navbar-toggler img {
    width: 28px;
    height: auto;
}

header .mobile-top-menu {
    list-style: none;
    padding: 10px 0 10px 0;
    margin: 0;
    border-top: 2px solid #354A5E;
}

header .mobile-top-menu li {
    padding: 10px 20px;
    position: relative;
}

header .mobile-top-menu li.active a,
header .mobile-top-menu li:hover a {
    font-weight: 700;
    text-decoration: none;
}

header .mobile-top-menu li:nth-child(4) {
    display: inline-block;
    padding-right: 12px;
}

header .mobile-top-menu li:last-child {
    padding-left: 0;
    display: inline-block;
}

header .mobile-top-menu li:last-child::before {
    content: ' ';
    background-color: #354a5e;
    width: 1px;
    height: 15px;
    position: absolute;
    left: -9px;
    top: 12px;
}

header .mobile-top-menu li a {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none;
    color: #354A5E;
}
@media only screen and (max-width: 600px) {
    #myModal .modal-footer-bottom {
        margin: 0 !important;
    }

.page-id-628 section.pt-5.pb-3.inner-content-1 {
        padding-top: 2rem !important;
    }
.page-id-628 .border-width.col-md-1 {
        margin-bottom: 0rem !important;
    }
.pipeline-table-block img.d-block.w-100.about-bg-img {
        width: 100% !important;
        text-align: center;
    }
.menu-newsroom-menu-container {
        margin-top: 0px !important;
    }
.media-block-sec.mt-5.px-3 {
        margin-top: 0px !important;
    }
section.section-4.py-5.care-benef {
        padding-bottom: 0px !important;
    }
section.about-sec-2 {
        padding-top: 1.5rem;
    }
header .mobile-top-menu li a {
    width: 250px;
    height: 50px;
    font-weight: 500 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    transition: all .1s linear;
    box-shadow: -1px 1px 5px -3px #000;
    padding: 0 10px !important;
    color: #525c95 !important;
}
}
@media (max-width: 991px) {

        header .main-menu-block {
                padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        }

   header .mobile-logo {
      width:100px;
      display: inline-block;
    }
    header .search-mobile {
        position: relative;
        padding-right: 20px;
    }

    header .search-web {
        display: none;
    }

    header .web-logo {
        display: none;
    }

    header {
        background-color: #fff;
    }

    header .top-menu {
        display: none;
    }

    header .navbar {
        position: static;
        justify-content: flex-end;
    }

    header .navbar-collapse {
        background-color: #fff;
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        right: 0;
    }

    header .navbar-nav li {
        padding: 20px 25px;
        border-top: 1px solid #354A5E;
    }

    header .navbar-nav li {
        color: #354A5E !important;
        font-weight: 400;
    }

        header .navbar-nav .sub-menu li,
        header .navbar-nav .sub-menu li a {
                box-shadow: none !important;
        }

}

@media (min-width: 992px) {
    header .mobile-top-menu {
        display: none;
    }

    header .mobile-logo {
        display: none;
    }

    header .search-mobile {
        display: none;
    }

    header .navbar-nav {
        padding-right: 15px;
    }

    header .navbar-collapse {
        justify-content: flex-end;
        position: relative;
        top: 10px;
    }

    header .navbar-nav li a {
        color: #fff !important;
    }
}

/* header end */

/* banner start */
.theme-banner {
    position: relative;
}
.theme-banner-topsec{
    position: relative;
}


.theme-banner .banner-content {
    position: relative;
    padding-top: 180px;
    padding-bottom: 50px;
    color: #fff;
}

.theme-banner .banner-content p {
   width: 70%;
}

@media screen and (min-width: 661px) and (max-width: 991px) {
    .theme-banner .banner-content p {
        width: 100%;
     }
}
@media (max-width: 660px) {
    .theme-banner .banner-content p {
        width: 100%;
     }
     .theme-banner .banner-content {
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;
        color: #fff;
    }
}
.theme-banner-topsec .banner-content {
    position: relative;
    padding-top: 180px;
    padding-bottom: 50px;
    color: #fff;
}

@media screen and (min-width: 661px) and (max-width: 991px) {
    .techplat-form {
        min-height: 316px;
    }
  .theme-banner-topsec .banner-content {
      position: absolute;
      padding-top: 180px;
      padding-bottom: 50px;
      color: #fff;
      bottom: 0;
  }

  .theme-banner-topsec img.banner-image {
      height: 337px !important;
  }
}

@media (min-width: 992px) {
  .theme-banner img.banner-image {
      position: absolute;
      z-index: 0;
      height: 100%;
      object-fit: cover;
  }
}

.theme-banner img.banner-image {
    position: absolute;
    z-index: 0;
    height: 100%;
}
.theme-banner-topsec  img.banner-image {
    z-index: 0;
    height: 615px;

}

.theme-banner .banner-content h3,
.theme-banner-topsec  .banner-content h3 {
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-size: 40px;
    font-weight: lighter;
        color: #ffffff;
        line-height: 66px;
}

.theme-banner .banner-content p,
.theme-banner-topsec .banner-content p {
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 40px;
        margin-left: 0;
}

.theme-banner .banner-content a {
    cursor: pointer;
}

.theme-banner .banner-content a:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
.page-id-15 .carr-div .card-img-bg {
    overflow: hidden;

}
.card-img-bg.carr-img.col-lg-5 img {
    width: 100%;
    height: auto;
}
.page-id-15 .carr-div .about-bg-card {
    top: 0;
    left: 0;
    text-align: justify;
         width:100%;
    padding: 8px;
}
    .techplatform-menu .sub-menu {
        padding: 0 0px 0px 20px!important;
    }
.search-main h1.com-noban-main-head {
        padding: 25px !important;
    }
 .contact-data {
        width: 100% !important;
        margin-top: 5px !important;
    }
    .per-addr-detail {
        margin-bottom: 1em;
    }
.section-2 .content{
display:block !important;
}
        /* .bindCurrentOpenings .row{
     display:inline-block;
} */
        .current-openings .content p{
                padding-left: 0 !important;
}
  .theme-banner .banner-content h3 {
    font-size: 40px;
  }
        .theme-banner .banner-content p {
        font-size: 18px;
        max-width:470px;
        line-height: 27px;
        margin-bottom:15px;
  }
        .theme-banner .banner-content {
                padding-top: 10px;
                padding-bottom: 10px;
        }
}

/* banner end */
/* slider banner start */
.theme-slider-banner {
    position: relative;
        background: #000;
}

.theme-slider-banner .carousel-item .banner-image {
    position: absolute;
    z-index: 1;
    height: 100%;
    object-fit: cover;
}

.theme-slider-banner .carousel-caption {
    text-align: left;
    max-width: 35%;
    /*margin: 0 auto;*/
    padding-bottom: 60px;
    position: relative;
    z-index: 3;
}

.theme-slider-banner h3 {
    font-size: 60px;
    font-weight: 100;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
}

.theme-slider-banner p {
    /* font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif; */
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-size: 22px;
    /* font-weight: bold; */
    line-height: 36px;
    margin-bottom: 40px;
    /* display: -webkit-box;
    max-width: 100%;
    height: 78px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.theme-slider-banner button {
    font-size: 18px;
    line-height: 27px;
    opacity: 100%;
}

.theme-slider-banner button img {
    position: relative;
    padding-left: 12px;
    top: -4px;
}

.theme-slider-banner .carousel-caption button {
    border-color: #fff;
    color: #fff;
    border-radius: 0;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        font-weight: bold;
}

.theme-slider-banner .carousel .carousel-indicators {
    z-index: 12;
}

.theme-slider-banner a {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

.theme-slider-banner a:hover {
    opacity: 0.8;
}

.theme-slider-banner .slider-btn {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme-slider-banner .slider-btn.left .carousel-control-prev-icon {
    position: relative;
    left: -2px;
}

.theme-slider-banner .slider-btn.right .carousel-control-next-icon {
    position: relative;
    right: -2px;
}

.theme-slider-banner .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.theme-slider-banner .carousel-caption button:hover {
    background-color: #354A5E;
    border-color: #fff;
}

.theme-slider-banner .slider-down {
    position: absolute;
    bottom: 10px;
    z-index: 1;
    width: 100%;
}

.theme-slider-banner .slider-down img {
    max-height: 25px;
    width: auto;
}

.btnplay{
    border: 0px;
    background-color: transparent;
}

@media (max-width: 660px) {
    .theme-slider-banner .carousel-caption {
        padding-top: 40px;
        max-width: 420px;
        padding-bottom: 40px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

    .theme-slider-banner h3 {
        font-size: 24px;
        line-height: 28px;
        text-shadow: 1px 1px 1px #000;
    }

    .theme-slider-banner p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
        font-weight: 500;
    }

    .theme-slider-banner {
        position: relative;
    }

    .theme-slider-banner .carousel-caption button {
        height: 44px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
        line-height: 18px;
    }

    .theme-slider-banner button img {
        max-width: 40px;
        padding-left: 5px;
        top: -2px;
    }

    .theme-slider-banner .slider-btn.left .carousel-control-prev-icon {
        position: relative;
        left: -2px;

    }

    .theme-slider-banner .slider-btn.right .carousel-control-next-icon {
        position: relative;
        right: -2px;

    }

    .theme-slider-banner .slider-btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 0 5px;
    }

    .theme-slider-banner .slider-btn .carousel-control-next-icon,
    .theme-slider-banner .slider-btn .carousel-control-prev-icon {
        width: 1.5rem;
        height: 1.5rem;
    }
    }
@media screen and (min-width: 661px) and (max-width: 991px) {
    .theme-slider-banner {
        position: relative;
    }

    .theme-slider-banner .carousel-caption {
        /* left: 0; */
        padding-top: 50px;
        max-width: 500px;
        padding-bottom: 40px;
    }

    .theme-slider-banner .carousel-caption button {

        height: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .theme-slider-banner button img {
        max-width: 40px;
        padding-left: 5px;
        top: -2px;
    }

    .theme-slider-banner h3 {
        font-size: 40px;
    }

    .theme-slider-banner p {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (min-width: 992px) {
    .theme-slider-banner .carousel-caption {
        left: 12%;
        padding-top: 245px;
    }
    .theme-slider-banner .slider-down{
        position: absolute;
    bottom: 10px;
    left: 50px;
    z-index: 1;
    width: auto !important;
    }
}
.vid-carousel{
    /* position: absolute; */
    /* opacity: 0.8; */
    filter: opacity(0.8) drop-shadow(0 0 0 black);
}
/* slider banner end */
/* footer code start */
footer {
    background-color: #16202b;

}

footer .container {
    /*background: url('assets/images/slogan.png') no-repeat;*/
    background-position: center bottom;
    background-size: 100% auto;
}

.commit-block{
position: relative;
overflow-y: hidden;
padding-top: 130px;
}

@media (max-width: 990px) {
    .commit-block {
                padding-top: 30px;
        }
}


.commited-txt{
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        font-size: 12rem;
        line-height: 0;
        color: #154753;
        position: relative;
        bottom: -10px;
        font-weight: 100;
}
.top-menu nav ul{
        margin:0
}

.text-copyrights {
        position: absolute;
        bottom: 30px;
        color: #fff;
        font-size: 16px;
        line-height: 22px;
        display: block;
        left: 0;
        right: 0;
        z-index: 2;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    display: inline-block;
    padding: 8px 0;
    width: 24%;
    line-height: 22px;
    /*Chi comments at Mar-14-2024*/
    /*text-transform: uppercase;*/
    font-size: 16px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
}
.foot-address div{
        display: inline-block;
    padding: 8px 0;
    width: 24%;
    line-height: 22px;
    font-size: 16px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
}

.footer-menu li a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.06rem;
}

.footer-menu li a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.footer-icons {
    text-align: center;
    padding: 30px 0;
}

.footer-icons ul {
    margin: 0 auto;
    list-style: none;
}

.footer-icons ul li {
    display: inline-block;
    padding: 0 12px;
    cursor: pointer;
}

.footer-icons ul li:hover {
    opacity: 0.8;
}

.footer-icons ul li img {
    width: 24px;
        height: 24px;
}


@media screen and (max-width: 767px) and (min-width: 480px) {
.text-copyrights {
padding: 0;
bottom: 15px;
}
.commited-txt{
font-size: 6rem !important;
}
}
@media (max-width: 767px) {
    #myModal .modal-content {
        padding: 1rem;
    }
    .page-id-15 section.pt-5.pb-3.inner-content-1 {
        padding-top: 1.5rem !important ;
    }
    section.about-sec-2 {
        padding-top: 1.5rem;
    }

    .content-text-2.overview-text::after {
        content: " ";
        width: 6px;
        height: 100%;
        background: linear-gradient(0deg, #515ca3 0%, #de396c 100%);
        top: 7px;
        position: absolute;
        left: 0;
    }
    .line-para.content-text-2::after {
        content: " ";
        width: 6px;
        height: 100%;
        background: linear-gradient(0deg, #515ca3 0%, #de396c 100%);
        top: 7px;
        position: absolute;
        left: 0;
    }
    .content-text-3 p {
        padding-left: 0px;
    }
    ul#selectedContentList {
        padding-left: 15px !important;
    }
    .line-para-last.content-text-2::after {
        content: " ";
        width: 6px;
        height: 100%;
        background: linear-gradient(0deg, #515ca3 0%, #de396c 100%);
        top: 7px;
        position: absolute;
        left: 0;
    }

    .inner-content-1 .breadcrumb {
        margin-top: 20px !important;
    }
    .page-id-990 .techplatform-menu .sub-menu {
        padding: 0px 0px 0px 20px !important;
    }
    .related-block {
        margin-top: 0px;
    }

    .page-id-990 .pipeline-small-para-blk.tech-plat-bottom p {
        text-align: left !important;
    }
    .current-openings td {
        display: block;
        padding: 0px;
    }
    .action img {
        float: none;
    }
    .w-70 {
        width: 100% !important;
    }
    .home-video {
        height: 190px !important;
    }
    .home-card-box {
        padding: 0 0px 0 0px;
    }
    .footer-menu1, .footer-menu2, .footer-menu3 {
        padding-left: 0px !important;
    }
    .page-id-990 section.py-3.inner-content-1.line-none {
        height: auto !important;
    }
    .section-benefits .img-fluid {
        min-height: auto !important;
    }

    .footer-menu li {
        width: 100%;
    }

    .text-copyrights {
        padding: 40px 0 5px 0;
    }
}

@media screen and (max-width: 479px) and (min-width: 200px) {
        .text-copyrights {
                padding: 0;
                bottom: 5px;
        }
        .commited-txt{
                font-size: 3.8rem !important;
        }
        .text-copyrights {
        position: absolute;
        bottom: 0px;
        color: #fff;
        font-size: 8px;
        line-height: 22px;
        display: block;
        left: 0;
        right: 0;
        z-index: 2;
}
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
.footer-menu li {
width: 49%;
}
.text-copyrights {
padding: 0;
bottom: 26px;
}
.commited-txt{
font-size: 7rem !important;
}
        .text-copyrights {
        position: absolute;
        bottom: 20px;
        color: #fff;
        font-size: 8px;
        line-height: 22px;
        display: block;
        left: 0;
        right: 0;
        z-index: 2;
}
}

@media screen and (max-width: 1500px) and (min-width: 1201px) {
    .footer-menu li {
        width: 32.8%;
    }
}

/*footer code ends*/


/* PipelineStyle */

.pipeline.rel-head.py-4 {
        padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

body.page-id-628 .collab-sec-3 {
        margin-top: 10px;
}

.related-block {
        margin-top: 20px;
}

body.page-id-628 .related-block,
body.page-id-228 .related-block,
body.page-id-21 .related-block,
body.page-id-15 .related-block {
        margin-top: 0;
}



.pipeline-block {
    background-image: url('assets/images/pipelinebg.png');
    background-repeat: no-repeat;
    background-size: cover;
        padding: 3rem 0;
}

.pipeline-block h2 {
    color: #FFFFFF;
    font-weight: lighter;
    font-size: 75px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    line-height: 90px;
    opacity: 1;
}

/* .rel-sec-wid {
        width: 96%;
} */

.rel-head h2 {
    color: #FFFFFF !important;
    font-weight: lighter !important;
    font-size: 37px !important;
    /* font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif !important; */
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    line-height: 40px !important;
    opacity: 100% !important;
    padding-bottom:13px !important;
}
.pipe-head {
    text-align: left;
    color: #FFFFFF;
    max-width: 750px;
    padding: 20px 30px;
    position: relative;
    z-index: 3;
    font-weight: lighter;
    font-size: 56px;
}

.pipeline-para {
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #FFFFFF;
    line-height: 27px;
    letter-spacing: normal;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    opacity: 100%;

}

.pipeline-small-para {
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
    font-size: 13.5px;
    text-align: left;
    color: #FFFFFF;
    line-height: 18px;
    letter-spacing: normal;
    opacity: 100%;
}

.pipelinebtn button {
    border-color: #fff;
    color: #fff;
    border-radius: 0;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 22px;
    font-weight: 700;
}

.pipelinebtn button:hover {
    background-color: #354A5E;
    border-color: #354A5E;
}

.pipelinebtn button:hover {
    border-color: #fff;
    color: #fff;
    border-radius: 0;
    /* height: 50px; */
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (max-width: 992px) {
    .pipeline-block {
        background-size: cover;
    }
}

/* Ambition section */
.ambition-sec {

    background: transparent linear-gradient(-188deg, #283645 60%, #12dff0 40%) 0% 0%;
    height: 800px;
}

@media only screen and (max-width: 992px) {
    .ambition-sec {

        background: transparent linear-gradient(-188deg, #283645 100%, #12dff0 40%) 0% 0%;
        height: 990px;
    }
}

.ambition-head {
    color: #12DFF0;
    font-weight: bold;
    font-size: 75px;
}

.amb-row {
    padding: 20px 30px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
}

.ambition-para {
    color: #FFFFFF;
    font-size: 24px;
}

/* learnabout */
.learnabout-sec {
    background-color: #283645;
}

.learnabout-sec h2 {
    color: #dbdcdd;
    font-weight: 100;
    font-size: 40px;
}

.learn-head {
    color: #12DFF0;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    /* width: 85%; */
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
}

.learn-row {
    padding: 20px 30px;
}


.learn-para {
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 16px;
    font-size: 18px;
    line-height: 27px;
    min-height: auto;
    margin-bottom: 100px;
}
.learnabout-sec .row {
    padding-bottom: 50px;
    }

@media screen and (min-width: 661px) and (max-width: 991px) {
.learn-para {
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 24px;
    min-height: auto;
    margin-bottom: 100px;
}
}
@media only screen and (max-width: 600px) {
.learn-para {
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 21px;
    min-height: auto;
    margin-bottom: 100px;
}
}
.leanabout-align {
    position: relative;
}

.leanabout-align .py-4 {
    position: absolute;
    bottom: 10px;
}

/* home code start */
.home-block-1 {
    background: #283645 url('assets/images/blue-stripe.svg') no-repeat;
    position: relative;
    background-position-y: 90%;
    background-size: 100% auto;
}

.home-block-1 h2 {
    color: #dbdcdd;
    font-weight: 100;
    font-size: 56px;
}

.home-block-1 .number {
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: bold;
    color: #12DFF0;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 56px;
    padding-bottom: 15px;
}
@media only screen and (max-width: 600px) {
    #myModal .modal-content {
        padding: 1rem !important;
    }
.page-id-15 .carr-div .card-img-bg {
    overflow: hidden;

}
.card-img-bg.carr-img.col-lg-5 img {
    width: 100% !important;
    height: auto;
}
.page-id-15 .carr-div .about-bg-card {
    top: 0 !important;
    left: 0 !important;
    text-align: justify;
          width:100% !important;
    padding: 10px !important;
}
.home-block-1 .number {
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: bold;
    color: #12DFF0;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0;
    padding-bottom: 15px;
}
.section-2 .title {
    padding: 15px 0px 15px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
        .section-2 .title {
        padding: 15px 10px 15px;
    }
    .about-sec-2 {
        padding-top: 2rem;
    }
}
.home-block-1 .number-text {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    word-spacing: 9999px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
}
@media screen and (min-width: 661px) and (max-width: 991px) {
    .media-block-sec.mt-5.px-3 {
        margin-top: 0px !important;
    }
    .carr-div .card-img-bg img {
        height: auto !important;
        float: right;
    }
    .page-id-15 .carr-div .about-bg-card {
        top: 0% !important;
        max-width: 100%;
        width: 100% !important;
        height: auto;
        left: 0% !important;
    }
.rel-btn a.btn.btn-outline-primary.theme-button.btn-sm {
        position: absolute;
        bottom: 3.5rem;
 }
.home-block-1 .number-text {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 27px;
    word-spacing: 9999px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
}
}
.home-block-1 .carouselOurNews .action-buttons {
    position: absolute;
    right: 0;
    top: -32px;
}

.home-block-1 .carouselOurNews .action-buttons button {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    width: auto;
}

.home-block-1 .carouselOurNews .action-buttons button img {
    max-width: 30px;
}

.home-block-1 .carouselOurNews .home-card-box .content {
    background-color: #16202b;
    padding: 20px 20px 25px 20px;
    color: #fff;
}
.home-block-1 .carouselOurNews .home-card-box .content p {
    font-size: 18px;
    line-height: 27px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: 500;
}

.home-block-1 .carouselOurNews .home-card-box .content p:first-child {
    min-height: 130px;
}
.owl-carousel .owl-item img {
    height: 130px;
    object-fit: cover;
}
.home-block-1 .carouselOurNews .home-card-box .content p span {
    text-align: center;
    opacity: 0.8;
    width: 100%;
    display: block;
    font-size: 18px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
}

/* home code start */
.theme-button {
    border-color: #fff;
    color: #fff;
    border-radius: 0;
    height: 50px;
    font-weight: bold;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-size: 18px;
    line-height: 27px;
    padding: 13px 30px 7px 30px;
        text-decoration: none !important;
   /* background-color: #3d4a57;*/
}
.theme-button-black {
    border-color: #354a5e;
    color: #354a5e;
    border-radius: 0;
    height: 41px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 13px 30px 7px 30px;
    margin: 0 10px;
    font-weight: bold;
        text-decoration: none !important;
}

@media only screen and (max-width: 600px) {
    #leaving-message .d-flex{
        flex-direction: column;
    }
    #leaving-message .d-flex  .theme-button-black {
        margin: 10px;
    }
    #leaving-container.active #leaving-message{
        width: 90%;
        height: 70vh;
    }
    .theme-button-black {
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        padding: 13px 30px 7px 30px;
        margin: 0 10px;
        width: 150px;
        border-color: #354a5e;
    color: #354a5e;
    border-radius: 0;
    height: 41px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-size: 16px;
    line-height: 27px;
    font-weight: bold;
        }
}
@media screen and (min-width: 661px) and (max-width: 991px) {
    .theme-button-black {
        /* width: 100%; */
        margin: 20px;
        }
        #leaving-container.active #leaving-message{
            width: 90% !important;
            height: 70vh;
        }
}
.theme-button-black:hover {
    background-color: #3d4a57;
    color: #ffffff;
    border: 1px solid #FFFFFF;
    opacity: 1;
}
@media only screen and (max-width: 600px) {
    .theme-button {
        border-color: #fff;
        color: #fff;
        border-radius: 0;
        height: 50px;
        padding: 13px 30px 7px 30px;
        font-weight: bold;
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        font-size: 18px;
        line-height: 27px;
    }
}
.theme-button:hover {
    background-color: #3d4a57;
    color: #ffffff;
    border: 1px solid #FFFFFF;
    opacity: 1;
}

.theme-button a {
    color: #fff;
    text-decoration: none;
    /* line-height: 35px;
    font-size: 16px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: bold; */
}

.theme-button img {
    position: relative;
    padding-left: 5px;
    top: -2px;
    max-width: 32px;
}

.theme-button.btn-sm {
    border: 1px solid #FFFFFF;
    color: #fff;
    border-radius: 0;
    height: 50px;
        padding: 13px 30px 7px 30px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: bold;
    font-size: 18px;
    /*background-color: #3d4a57; */
        text-decoration: none !important;
}

.theme-button.btn-sm img {
    position: relative;
    padding-left: 5px;
    top: -2px;
    max-width: 25px;
}

.z-index-1 {
    z-index: 1;
}

/* video section */

.video-sec {
    background-color: #283645;
}

.video {
    width: 100%;
    /* border: 1px solid black;*/
    height: auto;

}

.video-sec a {
    text-decoration: none;
    color: #ffffff;
}

.wrapper {
    display: table;
    width: 100%;
    position: relative;
}

.wrapper img {
    width: 100%;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

.playpause {
    background-repeat: no-repeat;
    width: 8%;
    height: 20%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: -35%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

.bg-card {
    background: transparent linear-gradient(241deg, #31BDAF 0%, #4D5D9E 100%) 0% 0% no-repeat;
     border: none;
    border-radius: 0;
    top: -120px;
    left: 84px;
    height: 200px;
}
@media only screen and (min-width: 992px) {
.bg-card .card-body{
    padding: 2rem 2rem;
}
}
.card-text {
    font-weight: bold;
}

.card-para {
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    opacity: 100%;
}

@media only screen and (max-width: 600px) {
    .wrapper img {
        height: 200px;
    }
    .video {
        width: 342px !important;
    }

    .bg-card {
        width: 80%;
        top: -42px;
        left: 30px;
        right: 30px;
    }

    .playpause {
        top: -80%;
        width: 18%;
    }
}

@media screen and (min-width: 661px) and (max-width: 991px) {
    .wrapper {
        width: 100% !important;
    }

    .home-video .bg-card {
        width: 335px;
        height: 206px;
        top: -80px;
        left: 70px;
    }

    .card-head {
        font-size: 3rem;
        font-weight: 700;
        padding: 20px 10px;
    }
    .home-video .card-head {
        font-size: 21px;
        font-weight: normal;
        line-height: 21px;
        padding:0 !important
    }
    .card-para {
        font-size: 35px;
        line-height: 1.25;
        padding: 20px 10px;
    }
    .home-video .card-para {
        font-size: 16px;
        line-height: 21px;
        padding:10px 0 !important
    }
    .text-play {
        font-size: 2.5rem;
        padding: 20px 10px;

    }

    .playpause {
        top: -35%;
    }
}
@media only screen and (min-width: 992px) {
    .wrapper {
        width: 100% !important;
    }

    .bg-card {
        background: transparent linear-gradient(241deg, #31BDAF 0%, #4D5D9E 100%) 0% 0% no-repeat;
        border: none;
        border-radius: 0;
        width: 420px;
        line-height: 1.5;
    }

    .vid-src {
        height: 300px;
        width: 300px;
    }
}

/* Aboutus styles */
.section1-div {
    position: relative;
}

.text-left {
    text-align: left !important;
}

.about-caption {
    /* max-width: 85% !important; */
    position: absolute;
    bottom: 7rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.about-caption p {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    /* width: 456px; */
}
@media screen and (min-width: 661px) and (max-width: 991px) {
    .about-caption p {
        font-size: 21px;
        line-height: 28px;
        font-weight: bold;
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        /* width: 456px; */
    }
    }
    @media only screen and (max-width: 600px) {
        .about-caption p {
            font-size: 16px;
            line-height: 21px;
            font-weight: bold;
            font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        }
    }
.about-head {
    color: #dbdcdd;
    font-weight: lighter;
    font-size: 64px;
}

.about-sec-2-head {
    font-size: 36px;
    color: #E3396A;
    font-weight: lighter;
}

.about-sec-2 .about-sec-head {
    font-size: 36px;
}

.about-section-1 {
    position: relative;
}

.about-sec-3-head {
    color: #4D5D9E;
    font-size: 56px;
    font-weight: lighter;
}
.about-sec-2-para{
    /*font-size: 24px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight:normal ;
    line-height:24px;
    color:#16202B ;
    opacity:100% ;*/
}

.about-sec-3 .sec3-para2,
.about-sec-3 .sec3-para3 {
    padding-left: 2%;
}


.sec3-para1,
.sec3-para2,
.sec3-para3 {
    line-height: 1.25;
        position: relative;
}

.sec3-para1 p.gradient::before,
.sec3-para2 p.gradient::before,
.sec3-para3 p.gradient::before {
    content: " ";
    width: 6px;
    height: 110px;
    background: linear-gradient(0deg, #515ca3 0%, #de396c 100%);
    top: 0;
    position: absolute;
    left: 0;
}
/*
.sec3-para1 {
    border-right: 5px solid #E3396A;
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#E3396A), to(#4D5D9E))0 100% 0 0 stretch;

}

.sec3-para2 {
    border-right: 5px solid #E3396A;
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#E3396A), to(#4D5D9E))0 100% 0 0 stretch;

}
.sec3-para1 p,.sec3-para2 p,.sec3-para3 p{
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    color: #16202B;
    width: 80%;
}*/

@media screen and (min-width: 768px) and (max-width: 991px) {
    .sec3-para1 p,.sec3-para2 p,.sec3-para3 p{
        font-size: 16px;
        font-weight: normal;
        line-height: 21px;
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        color: #16202B;
    }
}
@media only screen and (max-width: 600px) {
.sec3-para1 p,.sec3-para2 p,.sec3-para3 p{
    font-size: 16px;
    font-weight: normal;
    line-height: 21px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    color: #16202B;
}
}
.border-width {

    position: relative;
    background: linear-gradient(to right, #4D5D9E, #E3396A);
    padding: 3px;


}
.border-width-loc {

    position: relative;
    background: linear-gradient(to right, #4D5D9E, #31BDAF);
    padding: 3px;


}
.addr-loc h4{
    font-size: 32px;
    line-height: 43px;
    color: #4D5D9E;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
}

.border-height {

    position: absolute;
    background: linear-gradient(to right, #4D5D9E, #E3396A);
    width: 6px;
    height: 100px;


}

.rel-head {
    position: absolute;
    top: -35rem;
    /* padding: 45px; */
}

.rel-head h2 {
    font-size: 80px;
    font-weight: 100;
}
.rel-img{
    position: relative;
}
.rel-img img{
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* @media screen and (min-width: 661px) and (max-width: 991px) {
.rel-img img{
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    width: 100%;
}
} */
.related-block h2 {
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    color: #FFFFFF;
    font-weight: 100;
    font-size: 80px;
}

.rel-para {
    color: #FFFFFF;
    font-weight: normal;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        font-size: 18px;
        line-height: 27px;
    /*
    min-height: 100px;
    font-size: 24px;
    line-height: 32px;
        */
}
.rel-para small{
font-size: 18px;
    font-weight: normal;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    line-height: 27px;
}

@media only screen and (min-width: 992px) {
    /* .rel-sec-wid{
        min-width: 20rem;
    } */
    .rel-head {
        position: relative;
        top: 0rem;
    }
    .rel-sec-wid small {
        font-size: 18px;
        line-height: 27px;
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        font-weight: normal;
    }
}

@media screen and (min-width: 661px) and (max-width: 991px) {
    .rel-para {
        font-size: 18px;
        line-height: 28px;
    }
    .rel-sec-wid small {
        font-size: 14px;
        line-height: 21px;
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        font-weight: normal;
    }
    .rel-min-ht{
        min-height: 60px;
    }
    .rel-head {
        font-size: 50px;
        /*line-height: 62px;*/
    }
    .related-block h2 {
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        color: #FFFFFF;
        font-weight: 100;
        font-size: 50px;
    }


}

@media only screen and (max-width: 600px) {
    .related-block h2 {
    color: #FFFFFF !important;
    font-weight: lighter !important;
    font-size: 37px !important;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif !important;
    line-height: 62px !important;
    opacity: 100% !important
    }
    .rel-sec-wid small {
        font-size: 21px;
        line-height: 28px;
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        font-weight: normal;
    }

}
/* .research-card-main-sec .card-img-bg {
    float: none;
}*/
.card-img-bg {

    float: right;
overflow: hidden;
    /* margin-left: 29%; */

}

.card-img-bg img {
    height: 380px;
}

.about-bg-card {
    background-image: linear-gradient(-110deg, #E3396A, #4D5D9E);
    top: -20rem;
    height: auto;
    padding: 10px;

}

.about-card-main-sec {
    height: 650px;
}
.research-card-main-sec{
    height: 650px;
}
.slider-down img {
    /*top: 50px;*/
    position: relative;
}

.about-caption .slider-down img {
    top: 10px;
    position: relative;
}

@media only screen and (max-width: 600px) {
    .sec3-para1 {
        border-right: none;
    }

    .sec3-para2 {
        border-right: none;
    }

    .card-img-bg img {
        /*display: none;*/
        width: 100%;
        height: auto;
    }

    .about-bg-card {
        background-image: linear-gradient(-110deg, #E3396A, #4D5D9E);
        width: 100%;
        top: 10px;
        padding: 10px;
        height: auto;
                border: none;
                border-radius: 0;
    }

    .about-card-main-sec {
        height: auto;
    }
    .research-card-main-sec{
        height: auto;
    }

    .about-caption {
        bottom: 1rem;
    }

    .section1-div {
        margin-top: 5rem;
    }

    .about-head {
        font-size: 18px;
    }

    .slider-down img {
        height: 25px;
    }

    .about-caption p {
        font-size: 15px;
    }

    /* .related-block {
        height: 603px;
        margin-top: 0rem;

    } */
    .rel-para{
        font-size: 16px;
        line-height: 18px;
        font-weight: normal;
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    }

    /* .rel-img img{
        min-height: 604px;
        height: auto;
    } */
    .slider-down img {
        top: 0px;
        position: relative;
    }
    .border-width{
        width: 30%;
    }
    .rel-head {
        position: relative;
    top: 0rem;
    }
    .about-item .about-bg-img{
        /*height: 230px;*/
    }
    .about-caption .slider-down img {
        top: 0px;
        position: relative;
    }
}

@media screen and (min-width: 661px) and (max-width: 991px) {
    .about-caption {
        bottom: 3rem;
    }

    .about-bg-card .card-head {
        font-size: 18px;
        padding: 5px 10px;
    }

    .about-bg-card .card-para {
        font-size: 14px;
        padding: 5px 5px;
    }

    .card-img-bg img {
        height: 280px;
        width: 372px;
        float: right;
    }

    .about-bg-card {
        background-image: linear-gradient(-110deg, #E3396A, #4D5D9E);
        width: 60%;
        top: -15rem;
        height: auto;
        padding: 10px;

    }

    .about-card-main-sec {
        height: 550px;
    }
    .research-card-main-sec{
        height: 450px;
    }
    .rel-head {
        position: relative;
        top: 0rem;
    }
    .slider-down img {
        top: 0px;
        position: relative;
    }
}

@media only screen and (min-width: 992px) {
    .about-sec-2-head {
        width: 70%;
    }

    .card-img-bg img {
        width: 998px;
        height: 490px;
        background-repeat: no-repeat;
        background-size: cover;
        /* float: right; */
    }
    .page-id-15 .carr-div .card-img-bg img {
        width: 96%;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        /* float: right; */
    }
    .research-card-main-sec .card-img-bg img {
    width: 621px;
    height: 414px;
    background-repeat: no-repeat;
    background-size: cover;
    float: none;
    position: relative;
    left: 7%;
}
    .about-bg-card {
        /* background-image: linear-gradient(-110deg, #E3396A, #4D5D9E); */
        background:�transparent linear-gradient(241deg, #E3396A 0%, #4D5D9E 100%) 0% 0% no-repeat;
        position: absolute;
        top: 80px;
        width: 523px;
        height: auto;
        padding: 10px;
        border: none;
        border-radius: 0;

    }
    .about-bg-card .card-body{
        padding: 2rem 2rem !important;
    }
    .belief-sec{
             position: relative;
    }

    .about-card-main-sec {
        height: 600px;
    }
    .research-card-main-sec {
        height: 390px;
    }

}

/* 404 styles */
.sec-404 {
    margin-top: 10rem;

}

.sec-404-head h3 {
    color: #4D5D9E;
    font-size: 65px;
    padding: 10px 0px;
    font-weight: lighter;
}

.sec-404-head p {
    color: #354A5E;
    font-size: 24px;
}

.sec-404-img img {
    height: 330px;
}

.sec-404 .theme-button {
    border-color: #3d4a57;
}

.sec-404 .theme-button a {
    color: #3d4a57;
}

.sec-404 .theme-button img {
    filter: invert(28%) sepia(17%) saturate(632%) hue-rotate(169deg) brightness(30%) contrast(90%);
}

.sec-404 .theme-button:hover {
    border-color: #fff;
}

.sec-404 .theme-button:hover a {
    color: #fff;
}

.sec-404 .theme-button:hover img {
    filter: none;
}





/* search page styles */
.search-main h3 {
    color: #4D5D9E;
    font-size: 32px;
    padding: 10px 0px;
}

.search-main-div ul {
    list-style: none;
}

.search-main p {
    color: #16202B;
    font-size: 18px;
    font-weight: normal;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    line-height: 27px;
}

.float-right {
    float: right;
}

.search-res-div {
    padding: 10px 0px;
    border-bottom: 1px solid #4D5D9E;
    border-top: 1px solid #4D5D9E;
}

.search-res-div h3 {
    color: #4D5D9E;
    font-size: 24px;
    padding: 10px 0px;
    font-weight: 700;
}

.search-res-div a {
    color: #4D5D9E;
    font-size: 24px;
    padding: 10px 0px;
    font-weight: 700;
    text-decoration: none;
}

.pagination-wrapper .pagination a {
    color: #4D5D9E;
    text-decoration: underline;
}

.menu-newsroom-menu-container {
        margin-top: 30px;
}

.publication-main-div .pagination-wrapper, .newsroom-main-div .pagination-wrapper {
        height: 24px;
        margin-bottom: 10px;
        display: block;
}

.pagination-wrapper .pagination {
        font-size: 18px;
        float: right;
}

.page-numbers {
        padding: 0 0 0 10px;
}

.pagination-wrapper .page-numbers.current {
        font-weight: bold;
        color:#4D5D9E;
}

.form-res-para {
    color: #4D5D9E !important;
    /* font-weight: lighter !important; */
}

.bg-theme-color {
    background-color: #4D5D9E;
}

.go-search img {
    cursor: pointer;

}
.search-form img{
    position: relative;
    bottom: -10px;
    left: 10px;
}

/* leadership section inner page start */
.inner-content-1 h2 {
        /*
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    color: #536097;
    font-size: 75px;
    font-weight: 100;
    position: relative;*/
}

.inner-content-1 h3 {
    position: relative;
    color: #4d5d9e;
    font-size: 24px;
    /* padding-bottom: 20px; */
}
.contact-data a{
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    color: rgb(227, 57, 106) !important;
}
@media screen and (min-width: 661px) and (max-width: 991px) {
.contact-data a{
    font-size: 18px;
}
}
/* .inner-content-1 h2::after {
    content: " ";
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, rgba(81, 92, 163, 1) 0%, rgba(222, 57, 108, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
} */

/* .inner-content-1.line-none h2::after {
    display: none;
} */

.inner-content-1 .breadcrumb {
    margin-top: 10px !important;
    justify-content: flex-end;
    margin-bottom: 0;

}

.inner-content-1 .breadcrumb li {
    font-size: 13.5px;
    font-weight: bold;
    color: #354A5E;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    line-height: 23px;
    text-transform: uppercase;

}

.inner-content-1 .breadcrumb li a {
    text-decoration: none;
    color: #3a495a;
    font-weight: 400;
}

@media screen and (min-width: 1201px) {
    body .py-3 {
        padding-top: 0 !important;
        }
        .inner-content-1 .breadcrumb,
        .inner-content-1 .breadcrumb-item {
        margin-top: 0;
        }

}

.inner-content-1 .title-slogan {
    color: #df3c6e;
    font-size: 42px;
    line-height: 50px;
    position: relative;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
}
/*
.inner-content-1 .title-slogan p{
    color: #df3c6e;
    font-size: 42px;
    line-height: 50px;
    font-weight: normal;
}*/

@media screen and (min-width: 661px) and (max-width: 991px) {
.inner-content-1 .title-slogan p{
    width: 90% !important;
}
}
.title-slogan .theme-button-outline {
    height: 50px;
    /* color: #354A5E; */
    font-size: 18px;
    font-weight: bold;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        text-decoration: none !important;
}

.card-1 {
    /* padding: 15px; */
    margin-bottom: 20px;
}

.card-1 img {
    width: 100%;
    height: auto;
}

.card-1 h5 {
    padding: 15px 0 10px 0;
    color: #354A5E;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    line-height: 32px;
    text-align: center;
}

.card-1 p {
    color: #4D5D9E;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 10px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    text-align: center;
    /* max-width: 75%; */
}
/* leadership section inner page end */
/* header white style*/
/* @media (max-width: 992px) {*/
 .header-white .theme-banner-img {
    height: 4px;
}

.header-white header .mobile-logo {
    display: block;
    max-width: 150px;
    height: auto;
}

.header-white header .web-logo {
    display: none;
}

.header-white header {
    background-color: #fff;
    border-bottom: none;
}

.header-white header .top-menu .top-bar-menu li a {
    color: #3a495a;
}

.header-white header .navbar-nav li a {
    color: #3a495a !important;
}

.header-white header .top-menu {
    border-bottom: 1px solid rgb(53 74 94 / 30%);
}


.card-2 h5{
    font-weight: bold;
    color: #354A5E;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-size: 28px;
  }
  .card-2 .max-width-365,.card-2 .mb-0{
  color: #4D5D9E;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-size: 20px;
    font-weight: normal;
  }
  @media screen and (min-width: 661px) and (max-width: 991px) {
  card-2{
      margin-top: 20px;
  }
}
  .gardent-line .text-black p{
color: #000 !important;
  }
/*}*/

/* search-modal */
.modal.modal-fullscreen .modal-dialog {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    max-width: none;
}

.modal.modal-fullscreen .modal-content {
    height: auto;
    height: 142px;
    border-radius: 0;
    border: none;
}

.modal.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-search-close {
    position: relative;
    top: -15px;
    border: none;
    background: none;
    font-size: 48px;
    cursor: pointer;
}

/* video modal-code */
.text-play {
    font-size: 18px;
    line-height: 27px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: bold;
    opacity: 100%;
    cursor: pointer;
    margin-top: 5px !important;
}
@media screen and (min-width: 661px) and (max-width: 991px) {
.text-play {
    font-size: 16px;
    line-height: 21px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: bold;
    opacity: 100%;
    cursor: pointer;
}
}
#staticBackdrop-video {
    width: 100%;
    height: auto;
    min-height: 400px;
}

/* header search icon*/
.header-white header .search-web .search-black-icon {
    display: inline-block;
}
.header-white header .search-web .search-black-icon-dimn {
    display: inline-block;
}

header .search-web .search-black-icon {
    display: none;
}

header .search-web .search-black-icon-dimn {
    display: none;
}

.header-white header .search-web .search-white-icon {
    display: none;
}
.header-white header .search-web .search-white-icon-dimn  {
    display: none;
}

/* header search end*/
/* leadership popup start */
.model-theme-1 .action-icons {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 2;
}

.model-theme-1 .action-icons button {
    margin-left: 5px;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    font-size: 32px;
    color: #525c95;
    cursor: pointer;
    display: inline-block;
}

.model-theme-1 .action-icons button:hover {
    color: #12DFF0;
}

.model-theme-1 .action-icons button img {
    width: 22px;
    height: auto;
    position: relative;
    top: -2px;
}

.model-theme-1 .action-icons button.inactive img,
.model-theme-1 .action-icons button:hover img {
    opacity: 0.6;
}

.model-theme-1 .action-icons button:last-child {
    padding-left: 15px;
}

.model-theme-1 .modal-content {
    border-radius: 0;
}

.leader_des {
    display: none;
}

/* leadership popup end */
/* modal theme start */
.model-theme-1 .action-icons {
    position: absolute;
    right: 1rem;
    top: 0rem;
    z-index: 2;
}

.model-theme-1 .action-icons button {
    margin-left: 5px;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    font-size: 32px;
    color: #525c95;
    cursor: pointer;
    display: inline-block;
}

.model-theme-1 .action-icons button:hover {
    color: #12DFF0;
}

.model-theme-1 .action-icons button img {
    width: 22px;
    height: auto;
    position: relative;
    top: -2px;
}

.model-theme-1 .action-icons button:disabled {
    cursor: no-drop;

}

.model-theme-1 .action-icons button.inactive img,
.model-theme-1 .action-icons button:hover img {
    opacity: 0.6;
}

.model-theme-1 .action-icons button:last-child {
    padding-left: 15px;
}

.model-theme-1 {
    border-radius: 0;
}

.max-width-350 {
    max-width: 350px;
}
.max-width-365{
    max-width: 365px;
}
/* modal theme end */
/* sub menu bar */
.sub-menu{
    padding: 0!important;
    list-style: none;
    position: absolute;
}
.techplatform-menu .sub-menu{
    padding: 0 30px!important;
}
/* .navbar-light .navbar-nav .nav-link{
    padding-bottom: 10px;
} */

header .top-bar-menu .sub-menu  li a{
    width: 250px;
    height: 50px;
    font-weight: 500;
    padding: 0 !important;
    display: flex;
    align-items: center;
    transition: all .1s linear;
    box-shadow: -1px 1px 5px -3px #000;
    padding: 0 10px !important;
    color:#525c95 !important;
}
header .navbar-nav .sub-menu  li a{
    width: 250px;
    height: 50px;
    font-weight: 500;
    padding: 0 !important;
    display: flex;
    align-items: center;
    transition: all .1s linear;
    box-shadow: -1px 1px 5px -3px #000;
    padding: 0 10px !important;
    color:#525c95 !important;
}
.sub-menu li {
    padding: 0px !important;
    color:#525c95 !important;
    box-shadow: -1px 1px 5px -3px #000;
}

header .navbar-nav .sub-menu a:hover{
    background-color: #525c95 !important;
    color:#fff !important;

}
header .top-menu .top-bar-menu .sub-menu a:hover{
    background-color: #525c95 !important;
    color:#fff !important;

}
.navbar .menu-item .sub-menu{
    visibility: hidden;
    top: 10px;
    z-index: 99;

}
.navbar .menu-item:hover .sub-menu{
    visibility: visible;
    background-color: #fff;
   position: relative;

}
.arrow-right:before {
    content: '';
    font-family: "Font Awesome 5 Free";
    float: right;
    font-size: 20px;
    margin: 6px 0;
    height: 12px;
    width: 22px;
    background: url('assets/images/mobile-menu-arrow-down.svg') no-repeat 0px 0px;
}

.navbar .menu-item .sub-menu{ margin-top:0; }
@media only screen and (min-width: 992px) {
    .page-id-118 h2.com-ban-main-head.py-4 {
        font-size: 37px !important;
        line-height: 40px !important;
        padding-bottom:12px !important;
    }
    .navbar .menu-item .sub-menu{
        position: absolute;
        visibility: hidden;
        top: 35px;
       z-index: 99;
}
.top-bar-menu .menu-item .sub-menu{
    position: absolute;
    visibility: hidden;
    top: 30px;
   z-index: 99;
}
    .navbar .menu-item:hover .sub-menu{
        position: absolute;
        visibility: visible;
        background-color: #fff;
        z-index: 99;
    }
    .top-bar-menu .menu-item:hover .sub-menu{
        position: absolute;
        visibility: visible;
        background-color: #fff;
        z-index: 99;
    }
    .top-bar-menu .menu-item:focus .sub-menu, .top-bar-menu .menu-item:focus-within .sub-menu{
        visibility: visible;
        background-color: #fff;
       position: absolute;

    }
    .navbar .menu-item:focus .sub-menu,.navbar .menu-item:focus-within .sub-menu{
        visibility: visible;
        background-color: #fff;
       position: absolute;

    }

    .arrow-right:before {
        display: none;
    }
}
/* sub menu bar end */

/* contactus styles */

.per-addr-detail {
        margin-bottom: 2em;
}

.addr-detail h4{
    text-decoration: underline;
      color: #4D5D9E;
      font-size: 24px;
      font-weight: bold;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    line-height: 24px;
    opacity: 100%;
    }

    .per-addr-detail h4{
      text-decoration: underline;
      color: #E3396A;
      font-size: 24px;
      font-weight: bold;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    line-height: 24px;
    opacity: 100%;
    padding-bottom: 15px;
    }
    @media screen and (min-width: 661px) and (max-width: 991px) {
    .per-addr-detail h4{
        min-height: 63px;
    }
}
    .addr-detail small{
    line-height: 24px;
    }
    .per-addr-detail small{
        color: #16202B;
        font-size: 18px;
        font-weight: normal;
      font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
      line-height: 27px;
      opacity: 100%;
      }
      .wpforms-field-label {
        color: #4D5D9E !important;
        font-size: 18px !important;
        font-weight:bold !important;
    }
    @media screen and (min-width: 661px) and (max-width: 991px) {
        .wpforms-field-label {
            font-size: 16px !important;
        }
    }
    @media only screen and (max-width: 600px) {
        .wpforms-field-label {
            font-size: 14px !important;
        }
    }
    .wpforms-field-select select>option{
        color: #16202B !important;
      }
      .wpforms-field,.choices__inner,.wpforms-field-large{
          min-height: 50px !important;
      }
      .wpforms-container-full .wpforms-form .choices{
          color: #16202B;
      }
      .contact-data{
          padding-bottom: 20px;
      }
      /* .wpforms-form button[type=submit]:after {
        content: '\2192';
        font-family: "Font Awesome 5 Free";
        margin-right: 10px !important;
        font-size: 36px;
        padding-left: 5px;
        font-weight: bold;
        } */
        .wpforms-form button[type=submit]{
            text-transform: uppercase !important;
        }
        .addr-map  a{
            text-decoration: none !important;
            color: #16202B !important;
                  }
         #map-addr-det h4.active {
            color:#4D5D9E;
                }
/* contact end*/
/* careers start */
.text-btn-block {
    /*position: relative;
    padding-right: 250px;*/
        width: 70%
}

.text-btn-block .theme-button-outline {
    /*position: absolute;
    right: 0;
    top: 32px;*/
}

.theme-button-outline {
    border-color: #3d4a57;
    color: #3d4a57;
    border-radius: 0;
    height: 50px;
    padding: 12px 30px 10px 30px;
    font-weight: bold;
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-size: 18px;
    background-color: #fff;
        text-decoration: none !important;
}

.theme-button-outline img {
    position: relative;
    top: -2px;
    padding-left: 10px;
    max-width: 40px;
    height: auto;
}

.theme-button-outline .outline-hover {
    display: none;
}

.theme-button-outline:hover .outline-hover {
    display: inline-block;
}

.theme-button-outline:hover .outline {
    display: none;
}

.theme-button-outline:hover {
    background-color: #3d4a57;
    border-color: #3d4a57;
}

@media (max-width: 767px) {
    .contact-data {
        margin-top: 0px;
        border: none;
    }
    .text-btn-block {
        padding-right: 0;
    }

    .text-btn-block .theme-button-outline {
        position: relative;
        top: 0px;
        margin-top: 20px;
    }
        .theme-slider-banner .carousel-item {
                min-height: 350px
        }
}

.section-1 {
    position: relative;
}
.section-benefits{
    position: relative;
}

.section-1 .content {
    position: absolute;
    max-width: 640px;
    width: 584px;
    height: 150px;
    display: inline-block;
    bottom: 0px;
    right: 60px;
    background: linear-gradient(90deg, #4c5f9e 0%, #39a1aa 100%);
    border-radius: 1px;
    padding: 30px;

}
.page-id-15 .carr-div .about-bg-card {
    top: 24%;
    max-width: 584x;
    width: 640px;
    height: auto;
    padding: 30px;
    border: none;
    border-radius: 0;
    left: 44%;
    text-align: justify;
}

/* .section-benefits .content {
    position: absolute ;
    width: 584px ;
    height: 350px;
    display: inline-block;
    bottom: 8rem;
    right: 115px ;
    background: linear-gradient(90deg, #4c5f9e 0%, #39a1aa 100%);
    border-radius: 1px;
    padding: 49px ;
    text-align: justify;
} */
.section-benefits .content p {
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    color: #FFFFFF;
    line-height: 27px;
    font-size: 18px;
    font-weight: normal;

}

.section-1 .img-fluid {
    min-height: 100%;
}
.section-benefits .img-fluid {
    min-height: 350px;
}

.section-1 .content h3 {
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 24px;
}

.section-1 .content p {
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    color: #FFFFFF;
    line-height: 27px;
    font-size: 18px;
    font-weight: normal;

}

.section-2 h2 {
    color: #4d5d93;
    font-size: 56px;
    font-weight: 100;
    position: relative;
    padding-bottom: 25px;
    line-height: 44px;
    padding-right: 80px;
}

/* .section-2 .bindCurrentOpenings .row {
    border-top: 1px solid #3d4a57;
} */

.section-2 .title {
    padding: 15px 0;
}

.section-2 .title p {
    color: #536097;
    margin: 0;
    text-transform: uppercase;
    line-height: 24px;
}

.section-2 .content {
    padding: 15px 0;
}

.section-2 .content p {
    line-height: 24px;
    padding: 10px 30px;
    margin: 0;
}

.section-2 .action {
    text-align: right;
    padding: 25px 15px 0 0;
}



.action-btns {
    position: absolute;
    right: 0;
    top: 22px;
}
@media (min-width: 992px) {
    .action-btns {
    position: absolute;
    right: 20px;
    top: 22px;
    }
}
.action-btns button img {
    max-width: 30px;
}

.icon-btn {
    background-color: transparent;
    border-color: transparent;
}

.icon-btn.inactive {
    opacity: 0.7;
}

.section-3 {
    background-color: #283645;
    position: relative;
}

.section-3 h2 {
    color: #F8FAFF;
    font-size: 56px;
    font-weight: 100;
    position: relative;
    padding-bottom: 25px;
}

.section-3 p {
        color: #F8FAFF;
}

.section-3 .card-3 {
    position: relative;
}

.section-3 .card-3:nth-child(1)::after {
    content: " ";
    position: absolute;
    right: 20px;
    top: 22px;
    background: linear-gradient(0deg, rgba(81, 92, 157, 1) 0%, rgba(224, 57, 107, 1) 100%);
    width: 3px;
    height: 75%;
}

.section-3 .card-3:nth-child(2)::after {
    content: " ";
    position: absolute;
    right: 20px;
    top: 22px;
    background: linear-gradient(0deg, #4c5f9e 0%, #32baaf 100%);
    width: 3px;
    height: 75%;
}

.section-3 .card-3:nth-child(3)::after {
    content: " ";
    position: absolute;
    right: 20px;
    top: 22px;
    background: linear-gradient(0deg, #2fbdb0 0%, #0fdfef 100%);
    width: 3px;
    height: 75%;
}

.card-3 h4 {
    color: #12DFF0;
    margin: 0;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        font-size: 24px;
    line-height: 27px;
    font-weight: bold;
    max-width: 90%;
    min-height: 35px;
}
.car-cul-para.col-12.col-lg-7 p {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 15px !important;
}

.card-3 p {
    color:#F8FAFF;
    margin: 0;
    font-size: 16px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
    line-height: 27px;
    margin-bottom: 5px;
    max-width: 52em;
    padding: 0 18px 0 0;

}

.section-4 h2 {
    color: #536097;
    font-size: 56px;
    font-weight: 100;
    position: relative;
    padding-bottom: 25px;
    line-height: 44px;
    padding-right: 80px;
}

.section-4 p {
    font-size: 18px;
    line-height: 27px;
}

.section-4 .section-content {
    max-width: 70%;
    font-size: 16px;
    line-height: 27px;
}
.care-benef p{
    font-size: 16px;
    line-height: 27px;
    color: #16202B;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight:normal;
    width: 100%;

}
.card-4 h3 {
    color: #adb6c4;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
}

.card-4 h3::after {
    content: " ";
    width: 120px;
    height: 4px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.card-4:nth-child(1) h3::after {
    background: linear-gradient(90deg, #515ca3 0%, #de396c 100%);
}

.card-4:nth-child(2) h3::after {
    background: linear-gradient(90deg, #5062a0 0%, #32baaf 100%);
}

.card-4:nth-child(3) h3::after {
    background: linear-gradient(90deg, #4f5c9d 0%, #de396c 100%);
}

.card-4:nth-child(4) h3::after {
    background: linear-gradient(90deg, #4c5e9e 0%, #33b9ae 100%);
}

.card-4:nth-child(5) h3::after {
    background: linear-gradient(90deg, #4e5d9d 0%, #df396c 100%);
}

.card-4:nth-child(6) h3::after {
    background: linear-gradient(90deg, #4c5e9e 0%, #33b9ae 100%);
}

.card-4 h5 { font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .section-2 .action {
        text-align: left;
        padding: 0px 15px 20px 5px;
    }

    .section-4 .section-content {
        max-width: 95%;
    }
}

@media (max-width: 575px) {
    .section-1 .content {
        position: relative;
        right: 0px;
        padding: 20px;
        bottom: 0px;
        width: 100%;
    }

    .section-benefits .content {
        position: relative;
        right: 0px;
        padding: 20px;
        bottom: 0px;
        width: 100%;
        height: auto;
    }

    .section-1 .img-fluid {
        min-height: auto;

    }

}

.carr-nav,
.carr-nav a {
        font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .action-btns {
        position: relative;
        right: 0;
        top: 0;
    }
}
    @media screen and (min-width: 661px) and (max-width: 991px) {
        .action-btns {
            position: relative;
            right: 0;
            top: 0;
        }
    }
    .carr-nav{
        float: none !important;

    }
    .carr-nav a {
        text-decoration: none;
        color: #4D5D9E;
        padding: 3px;
                text-decoration: underline;
    }
    .carr-nav .active{
                font-weight: bold;
                color:#4D5D9E;
                pointer-events: none;
                outline: none;
                text-decoration: none;
    }
    .career-mid-banner img{
        width: 100%;
        /* height: 608px; */
    }
  /* careers end*/
/* Pipeline css start */
.content-text-1{
    max-width: 600px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    position: relative;
    padding-left: 25px;
}

.content-text-1::before {
  content: " ";
  width: 6px;
  min-height: 80px;
  height: 20%;
  background: linear-gradient(0deg, #515ca3 0%, #de396c 100%);
  top: 0;
  position: absolute;
  left: 0;
}

.technology-para .com-noban-para p {
    max-width: 90%;
}

.technology-para .com-noban-para::before {
    content: " ";
    width: 6px;
    min-height: 80px;
    height: 65%;
    background: linear-gradient(0deg, #515ca3 0%, #de396c 100%);
    top: 0;
    position: absolute;
    left: 0;

  }
  .com-noban-para::before {
    content: " ";
    width: 6px;
    min-height: 80px;
    height: 20%;
    background: linear-gradient(0deg, #515ca3 0%, #de396c 100%);
    top: 0;
    position: absolute;
    left: 0px;

  }
  .min-height-160::before {
    display: none !important;
  }
.content-text-2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  position: relative;
  padding-left: 25px;
  /* padding-bottom: 3rem; */
}

/* .content-text-2 p::before {
  content: " ";
  width: 6px;
  height: 100%;
  background: linear-gradient(0deg, #515ca3 0%, #de396c 100%);
  top: 0;
  position: absolute;
  left: 0;
} */

.content-text-3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    position: relative;
    padding-left: 0px;
  }
  .content-text-3 p {
    padding-left: 25px;
}
ul#selectedContentList {
    margin-bottom: 0px !important;
}

  /* .content-text-3::before {
    content: " ";
    width: 6px;
    height: 178px;
    background: linear-gradient(0deg, #3a98a6 0%, #4c5f9f 100%);
    top: 7px;
    position: absolute;
    left: 0;
  } */
.bg-gray {
  background-color: #f7faff;
}

.text-description {
  font-size: 14px;
  line-height: 20px;
}
/* commented --- pipeline image code uses image field
.pipeline-table-block .title {
  text-align: center;
  width: 100%;
  display: block;
}

.pipeline-table-block .box {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px 15px 20px 15px;
  border-left: 5px solid #ccc;
  margin: 7px 0;
  position: relative;
}

.pipeline-table-block .box.box-success {
  border-left: 5px solid #4c5d9d;
}

.pipeline-table-block .box.box-danger {
  border-left: 5px solid #e33769;
}

.pipeline-table-block .box.box-completed {
  border-left: 5px solid #2fc2af;
}

.pipeline-table-block .box.box-inprogress::before {
  content: " ";
  background: linear-gradient(0deg, #2fc2af 0%, #e33769 100%);
  top: 0;
  bottom: 0;
  width: 5px;
  height: 100%;
}

.pipeline-table-block .box h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
}

.pipeline-table-block .box h4 small {
  display: block;
}

.pipeline-table-block .box p {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  padding: 0;
}
*/
.list-badge ul {
  list-style: none;
  margin: 0;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 10px 10px;
}

.list-badge ul li {
  display: inline-flex;
  font-size: 16px;
  line-height: 0;
  padding: 0 7px;
  align-items: center;
  position: relative;
  top: 2px;
}

.list-badge ul li .list-badge {
  display: inline-block;
  width: 10px;
  height: 20px;
  background-color: #ccc;
  margin-right: 6px;
  position: relative;
  top: -1px;
}

.list-badge ul li .list-badge.success {
  background-color: #4c5d9d;
}

.list-badge ul li .list-badge.completed {
  background-color: #2fc2af;
}

.list-badge ul li .list-badge.error {
  background-color: #e33769;
}

.text-right {
  text-align: right;
}

.nav-list-1 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-list-1 li {
  display: block;
  font-size: 18px;
  line-height: 27px;
  font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
  padding: 10px 10px 10px 35px;
  position: relative;
  color: #34495e;
  cursor:pointer;
  text-transform: uppercase;
}

.nav-list-1 li.active {
  font-weight: 600;
  background: url("assets/images/btn-arrow-right.png") no-repeat;
  background-size: 25px auto;
  background-position: left center;
}

.no-warp {
  white-space: normal;
}

.pr-5 {
  padding-right: 3rem !important;
}

.min-width-220 {
  min-width: 220px;
}
.min-width-265 {
    min-width: 265px;
  }
.selected-text-block ol {
    counter-reset: item;
    padding-left: 3rem;}
.selected-text-block ol ol li::marker {
    color: red;
}
.selected-text-block ol li{
    padding-bottom: 10px;
    line-height: 24px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
}
@media (min-width: 992px) {
    .page-id-15 .carr-div .about-bg-card {
        top: 24%;
        max-width: 640x;
        width: 584px;
        height: auto;
        padding: 30px;
        border: none;
        border-radius: 0;
        left: 44%;
        text-align: justify;
    }
.selected-text-block{
display: flex;
}
}
@media screen and(min-width: 768px){

    #map-addr-det.col-md-2 {
        flex: 0 0 auto;
        width: 20% !important;
    }
    div#map-addr-det {
        width: 20% !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .contact-inquire .col-md-8.mx-auto {
        width: 99%;
    }
    .home-video {
        height: 150px !important;
    }
.selected-text-block .text-style-2{
    padding-bottom: 20px;
    padding-left: 22px;
}
}
@media (max-width: 767px) {
    .page-id-990 .content-text-3 {
        padding-left: 15px !important;
    }
    .modal-search-close {
        left: -12px;
    }
    .page-id-990 .content-text-2 {
        padding-left: 16px !important;
    }
    .page-id-990 div#selectedContent {
        padding-left: 0px !important;
    }
    #map-addr-det.col-md-2 {
        flex: 0 0 auto;
        width: 100%;
    }
    div#map-addr-det {
        width: 100% !important;
    }
  .pipeline-table-block .col-md-3 {
    border-bottom: 1px dashed #dbdfe8;
    padding-bottom: 25px;
margin-bottom: 25px;
    margin-bottom: 25px;
  }
  .selected-text-block .text-style-2{
    padding-bottom: 15px;
    padding-left:0px;
  }

    .selected-text-block .content-text-2,.selected-text-block .content-text-3{
        padding-left: 0;
    }
        .selected-text-block .content-text-2::before,.selected-text-block .content-text-3::before{
            display: none;
              }
            }/*
            @media (min-width: 768px) {
              .pipeline-table-block .col-md-3:nth-child(1) {
            }

            .pipeline-table-block .col-md-3:nth-child(2) {
              border-right: 1px dashed #dbdfe8;
            }

            .pipeline-table-block .col-md-3:nth-child(3) {
              border-right: 1px dashed #dbdfe8;
            }
          }*/
            /* Pipeline css end */
            /* blur section styles */
            /* .theme-slider-banner .carousel-item .banner-image {
                                filter: opacity(0.8) drop-shadow(0 0 0 black);
                                background:#536097 ;
            } */

            .vid-carousel .img-fluid{
                                height: 100%;
                                object-fit: cover;
                position: absolute;
                width: 100%;
            }
/* newsroom section */

.menu-newsroom-menu-container ul {
  list-style: none;
}
.menu-newsroom-menu-container ul li{
    padding: 10px 0;
}
.menu-newsroom-menu-container ul li a {
        text-decoration: none;
        text-transform: uppercase;
}

.menu-newsroom-menu-container ul .current-menu-item{
    position: relative;
    left: -38px;
    color: #000;
    background-color:transparent;
    font-weight: bold;
    font-size: 18px;
}
.menu-newsroom-menu-container ul .current-menu-item:before {
    content: " ";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 28px;
    padding-right: 10px;
    background: url(assets/images/btn-arrow-right.png) no-repeat;
    background-size: 25px auto;
    background-position: left 3px;
    width:37px;
    display: inline-block;
    height: 20px;
    position: relative;
    z-index: 1;
    bottom:-1px;
    cursor: pointer;
}
.menu-newsroom-menu-container ul li a{
       font-size: 18px;
       line-height: 27px;
       color:#354A5E !important;
       font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
}
.newsroom-main-div .pagination {

}
.other-blg-para a,.news-room-rt a{
        text-decoration: none;
}
.news-card{
    height: auto;
    border: 1px solid #ADB6C5;
}
   .mini-img img{
       height: auto;
       width: 100%;
   }
   .mini-img{
       width: 100%;
       height: auto;
   }
   .news-room-rt h4{
    color: #354A5E;
    /*min-height: 90px;*/
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    opacity: 100%;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
   }
   @media (min-width: 1200px) {
           .theme-slider-banner .carousel-caption{
min-width:665px;
min-height: 665px;
}
   .news-room-minitext{
      position: relative;
     /* bottom: -28px;*/
   }
}
   .arr-text{
    text-align: right;
    cursor: pointer;
    position: relative;
    left: -20px;
   }
   .arr-text{
    text-align: right;
   }
   /* .arr-text-icon:before{
        content: '\2192';
        font-family: "Font Awesome 5 Free";
        color: #354A5E;
        font-size: 35px;
        font-weight: bold;
        height: auto;
   }*/

   .news-room-minitext p{
    font-size: 18px;
    color: #4D5D9E;
    line-height: 27px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
   }
   .med-rel p{
    font-size: 18px;
    line-height: 27px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
    opacity: 100%;
       }
       .med-rel h4{
           font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        font-size: 24px;
        line-height: 24px;
        font-weight: bold;
        color: #4D5D9E;
        opacity: 100%;
        padding-top: 20px;
       }
   @media screen and (min-width: 661px) and (max-width: 991px) {
    .news-room-rt h4{
        font-size: 18px;
    }

}

/* News-blog */
@media only screen and (max-width: 600px) {
    .other-blg-img img{
        height: auto !important;
    }
}
@media screen and (min-width: 661px) and (max-width: 991px) {

    .other-blg-img img{
        height: auto !important;
    }
}
.news-blog h2 {
    font-size: 28px;
    line-height: 32px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: bold;
    color: #354A5E;
    opacity: 100%;
}
.news-blog p{
font-size: 18px;
line-height: 27px;
font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
font-weight: normal;
color: #4D5D9E;
opacity: 100%;
}

.blog-img img {
        width: 100%;
        height: auto;
}
.blog-para p{
font-size: 16px;
line-height: 27px;
font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
font-weight: normal;
color: #354A5E;
opacity: 100%;
}

.other-blg-para p {
        margin-bottom: 0.5em;
}



.wpforms-container *{
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
}

.contact-dataform .wpforms-container-full .wpforms-form button[type=submit] {
        background-color: #FFFFFF;
        border: 1px solid #354A5E;
        color: #354A5E;
        height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.contact-dataform .wpforms-container-full .wpforms-form button[type=submit]:hover {
        background-color: #354A5E;
        color: #FFFFFF;
        cursor: pointer;
}

.blog-para p strong {
    text-transform: uppercase;
}
.other-blg h4{
font-size: 18px;
line-height: 27px;
color: #354A5E;
font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
font-weight: bold;
opacity: 100%;
}
.other-blg-img img{
        width: 100%;
        display: block;
}
.other-blg-para p{
        font-size: 16px;
        line-height: 21px;
        color: #354A5E;
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        font-weight: bold;
        opacity: 100%;
}
.blog-date p{
        font-size: 16px;
        line-height: 20px;
        color: #4D5D9E;
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        font-weight: normal;
        opacity: 100%;
}
.text-style-2{
        font-weight:700;
    font-size: 22px;
    padding-top: 12px;
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        color: #354A5E;
}
/*Sitemap Css start*/
  #main-body main{
    position: relative;
      padding-top: 160px;
  }
  @media (max-width: 991px) {
    #main-body main{
     padding-top: 80px;
    }
  }
  .list-2 ul{
    list-style: none;
    padding: 0;
    margin: 12px 0 20px 0;
  }
  .list-2 ul ul{
    padding-left: 25px;
  }
  .list-2 li{
    display: block;
    min-width: 300px;
    padding: 10px 0;

  }
  .list-2 li a{
   font-size: 18px;
   color: #536097;
  }
.list-2 li a:hover{
    text-decoration:none;
}
/*Sitemap Css end*/
@media (max-width: 767px) {
    .inner-content-1 h2 {
      font-size: 38px;
    }
      .nav-list-1 {
  padding: 0 0 0 20%;
  margin: 0 auto;
  display: inline-block;
  }
}


.banner-arrows {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;

    width: 100%;

}
/* .banner-arrows button{
    width:auto;
} */

.banner-arrows .slide-down-arrow{
    position:absolute;
    bottom:15px;
    z-index:9;
}
@media only screen and (max-width: 600px) {
    .banner-arrows button{
        width:auto;
        top:200px;
    }
.banner-arrows .slide-down-arrow{
    display: none;
}
        .banner-arrows .container button{
    z-index: 9;
}
}

/* defects style */
@media only screen and (max-width: 600px) {
#primary{
    margin-top: 78px !important;
    margin-bottom: 0px !important;
}
}
@media screen and (min-width: 661px) and (max-width: 991px) {
    #primary{
        margin-top: 78px !important;
    }
    #menu-technologyplatforms-menu .sub-menu li a {
        position: absolute;
        padding: 0px 0px 20px 0px !important;
    }
    .page-id-990 #menu-technologyplatforms-menu .sub-menu li {
        padding: 10px 0px 20px 0px !important;

    }
}


/* defects styles  */
.ordlst-black{
    color: #16202B;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    }
    .ordlst-colr{
        color: #4D5D9E;
        font-weight: bold !important;
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        font-size: 16px;

    }
    /* .content-style-1{
        padding-bottom: 20px;
    } */
    .content-style-1 h2{
        font-size: 22px;
        margin-bottom: 5px;
        padding-bottom: 5px;
        line-height: 28px;
        color: #16202B;
        }

    .content-style-1 h3{
        font-size: 22px;

        margin-bottom: 5px;
        padding-bottom: 5px;
        line-height: 28px;
        color: #354a5e;
        }
    .content-style-1 h4{
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 5px;
            padding-bottom: 5px;
            line-height: 28px;
            color: #354a5e;
            }
    .content-style-1 ul li{
        font-size: 18px;
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        font-weight: normal;
        line-height: 27px;
        color: #354a5e;
        }
    .content-style-1 p{
        font-size: 16px;
        line-height: 27px;
        color: #354a5e;
        text-align: justify;
        }
    /*cookie code start*/
     #overlay-cookie {
    background-color: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 888;
    display: none;
}

.cookies-block {
    position: relative;
    background-color: #ebf0f4;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: 0.5s;
    overflow-y: hidden;
    height: 0;
    transition: all .5s ease-in-out;
    transform-origin: left bottom;
    transform: scaleY(0);
}

.cookies-block.animate {
    transform: scaleY(1);
}

.cookies-block.active {
    height: auto;
    padding: 25px 0;
}

.cookies-block .container {
    position: relative;
}

.cookies-block p {
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    color: #4d5f6a;
    font-size: 12px;
    line-height: 20px;
    max-width: 90%;
}

.cookie-modal .close{
   position: absolute;
    top: 10px;
    right: 0;
    z-index: 1;
    padding: 0;
    background-color: transparent;
    border: none;
    height: 44px;
    width: 44px;
    background-size: 10px;

}
.cookie-modal .cookie-desc{
    max-height: 200px;
    overflow: auto;
    font-size: .812em;
    line-height: 1.5

}
.cookie-modal .accordion-button{
    color: #4d5f6a;
    background-color:transparent ;
}
.cookies-block p a {
    color: #E3396A;
    /*chi changed at Mar-14-2014*/
    text-decoration: underline;
    font-weight: bold;
}
/* Chi marked at Mar-14-2014
.cookies-block p a:hover {
    color: #4d5f6a;
}
*/
.cookies-block p a:hover {
    color: #E3396A;
}



.cookies-block .btn-primary {
    background-color: #354a5e;
    border-color: #354a5e;
    border-radius: 2px;
    border: 1px solid #354a5e;
    box-sizing: border-box;
    color: #FFFFFF;
    padding:5px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-size: 14px;
    cursor: pointer;
    min-width: 70px;
    /* margin-top: -10px;*/
}

/* Chi marked at Mar-14-2014
.cookies-block .btn-primary {
    background-color: #ae244b;
    border-color: #ae244b;
    border-radius: 2px;
    border: 1px solid #ae244b;
    box-sizing: border-box;
    color: #FFFFFF;
    padding: 8px 6px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-size: 14px;
    cursor: pointer;
    min-width: 70px;
    margin-top: -10px;
}
*/

.form-switch .form-check-input{
    width: 50px !important;
    height: 25px !important;
    position: relative;
    top: 5px;
}


/* Chi marked at Mar-14-2014
.cookies-block .btn-primary:hover {
    background-color: #fff;
    color: #354A5E;
}
*/

.cookies-block .btn-primary:hover {
    color: #FFFFFF;
    border-color: #888;
    opacity: .7;
}




.non-accordian::after {
    display: none !important;
}

/*for Leadership page images*/
@media screen and (min-width: 1440px) and (max-width: 1920px) {
    .cookies-block p {
        padding-left: 160px !important;
    }
    .cookies-block span {
        position: absolute;
        right: 0px;
        top: -3px !important;
        text-align: center !important;
        width: 42% !important;
    }
    .overview-text p::before {
        height: 88%;

    }

    .card-img-bg.carr-img.col-lg-5 img {
    width: 73%;
    height: 79%;
}
 .section-1 .content {
    position: absolute;
    max-width: 690px;
    width: 660px;
    height: 160px;
    display: inline-block;
    bottom: -7px;
    right: 2rem;
    padding: 36px 30px 30px;
    text-align: justify;
}
.page-id-15 .carr-div .about-bg-card {
    top: 37% !important;
    max-width: 690px;
    width: 660px;
    height: auto;
    padding: 30px;
    border: none;
    border-radius: 0;
    left: 47%;
    text-align: justify;
}

    .section-benefits .content {
        bottom: 9rem;
        right: 35rem;
    }
.home-block-1 .carouselOurNews .home-card-box .content p:first-child {
        min-height: 180px;
    }
.owl-carousel .owl-item img {
        height: 210px;
        object-fit: cover;
}
.card-1 img {
    width: 320px ;
    height: 320px ;
}
}
@media (min-width: 768px) {
    .cookies-block span {
        position: absolute;
        right: 0px;
        top: 0;
    }

    .cookies-block p {
        padding-right: 0px;
        margin-bottom: 0;
    }
}
.cookie-table, .cookie-table th, .cookie-table td {
    border: 2px solid #354a5e;
    align-items: center;
  }
.cookie-table td b{
    color:#536097;
}
.cookie-table td {
    font-size: 18px;
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        font-weight: normal;
        line-height: 27px;
        color: #354a5e;

}

/*cookie code end*/
/* Flowpaper css start*/
.codeofconduct{top: auto;}
.codeofconduct .middle-column{width: 100%;max-width: 100%;}
.codeofconduct,
.codeofconduct .middle-column,
iframe.flowpaper-class{
height:100%
}
#flowpaper-logo-bottom{display: none !important;}
/* Flowpaper css end*/

/*.compl-content p {
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    width: 898px ! important;
    color: #16202B;
}*/

.card-head{
    font-family:"SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
    color: #FFFFFF;
    opacity: 100%;

}
@media only screen and (max-width: 600px) {
    .page-id-628 .collab-red-subhead {
        padding-top: 20px;
    }
    .card-head{
        font-family:"SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        font-size: 20px;
        font-weight: bold;
        line-height: 20px;
        color: #FFFFFF;
        opacity: 100%;

    }
}

.about-bg-card .card-head {
    font-family:"SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 100%;
}
/* common css styles */
@media only screen and (min-width: 992px) {
        .com-ban-main-head{
                font-size: 40px !important;
                /* font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif !important; */
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
                font-weight: lighter !important;
                line-height: 66px !important;
                color: #FFFFFF !important;
                opacity: 100% !important;
                /* text-transform: capitalize; */
                position: relative;
                padding-bottom: 25px;
        /* New properties for desktop*/
        /* display: -webkit-box;
        max-width: 100%;
        height: 135px;
        margin: 0 auto;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; */
        }
}
@media screen and (min-width: 661px) and (max-width: 991px) {
    .pipeline-block {
        padding: 1rem 0;
    }
    section#primary {
        margin-bottom: 0px !important;
    }
    .home-video .bg-card .text-play {
        padding: 12px 0px;
    }
        .com-ban-main-head{
    font-size: 40px !important;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif !important;
    font-weight: 100 !important;
    line-height: 66px !important;
    color: #FFFFFF !important;
    opacity: 100% !important;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 5px;
}
    .page-id-118 .pipeline h2.com-ban-main-head.py-4 {
    font-size: 37px !important;
    line-height: 40px !important;
}

}
@media only screen and (max-width: 600px) {
    .bg-card {
        height: auto;
    }
    .page-id-990 .inner-content-1 .breadcrumb {
        margin-top: 20px !important;
    }
    .com-ban-main-head {
        font-size: 40px !important;
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif !important;
        font-weight: 100 !important;
        line-height: 56px !important;
        color: #FFFFFF !important;
        opacity: 100% !important;
    }
    .page-id-118 .pipeline h2.com-ban-main-head.py-4 {
        font-size: 37px !important;
        line-height: 40px !important;
    }
}
.com-ban-insec-head{
    font-size: 37px !important;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif!important;
    font-weight: lighter !important;
    line-height: 40px !important;
    color: #FFFFFF !important;
    opacity: 100%;

}
@media only screen and (max-width: 600px) {
    .com-ban-insec-head{
    font-size: 37px !important;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif!important;
    font-weight: 100 !important;
    line-height: 40px !important;
    color: #FFFFFF !important;
    opacity: 100%;
    }
}
.com-ban-insec-colhead,
.com-ban-insec-research-colhead {
        /* font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif; */
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        font-size: 28px;
        font-weight: 300;
        line-height: 46px;
        color: #4D5D9E;
}
/*
.com-ban-insec-research-colhead{
    font-size: 56px !important;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif!important;
    font-weight: 100 !important;
    line-height: 74px !important;
    color: #4D5D9E !important;
    opacity: 100%;
    position: relative;
    top: 3rem;
}*/

@media screen and (min-width: 768px) and (max-width: 991px) {
    .section-1 .content {
        bottom: -2rem;
        right: 4.5rem;
    }
    .section-benefits .content {
       bottom: -2rem;
        right: 3rem;

    }
    .footer-menu1, .footer-menu2, .footer-menu3 {
        padding-left: 4rem !important;
    }
    .page-id-662 .endnote-rt {
        display: none;
    }
    .com-ban-insec-research-colhead {
        font-size: 36px !important;
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif!important;
        font-weight: lighter !important;
        line-height: 44px !important;
        color: #4D5D9E !important;
        opacity: 100%;
        position: relative;
        top: 0;
        }
    .com-ban-insec-colhead{
            font-size: 37px !important;
            font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif!important;
            font-weight: lighter !important;
            line-height: 49px !important;
            color: #4D5D9E !important;
            opacity: 100%;
            }
}
@media only screen and (max-width: 600px) {
    .com-ban-insec-research-colhead {
                font-size: 28px !important;
                font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif!important;
                line-height: 36px !important;
                color: #4D5D9E !important;
                opacity: 100%;
                position: relative;
                top: 0;
    }

    .com-ban-insec-colhead{
        font-size: 28px !important;
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif!important;
        line-height: 36px !important;
        color: #4D5D9E !important;
        opacity: 100%;

}
}
.com-noban-main-head{
    /*font-size: 75px !important;
        line-height: 90px !important;*/
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        font-size: 56px;
        line-height: 64px;
    font-weight: 100 !important;
    color: #4D5D9E !important;
    opacity: 100% !important;
    text-transform: capitalize;
    font-weight: 100;
    position: relative;
    padding-bottom: 25px;
}
/* .com-noban-main-head::after {
    content: " ";
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, rgba(81, 92, 163, 1) 0%, rgba(222, 57, 108, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
} */
/* .title-slogan ::before{
    content: " ";
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, rgba(81, 92, 163, 1) 0%, rgba(222, 57, 108, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
} */
@media only screen and (max-width: 600px) {
    .com-noban-main-head{
        font-size: 36px !important;
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif!important;
        font-weight: 100 !important;
        line-height: 44px !important;
        color: #4D5D9E !important;
        opacity: 100% !important;
    }
}
.com-noban-para {
    font-size: 18px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
    line-height: 27px;
    color: #16202B;
    opacity: 100%;
    /* max-width: 600px; */
        width: 70%;
    position: relative;
    padding-left: 15px;
}
.collab-red-subhead p,.com-red-subhead {
    /* font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif; */
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        font-size: 30px;
        font-weight: 300;
        line-height: 46px;
        color: #E3396A;
}

body.page-template-page-career .title-slogan.text-btn-block {
        padding-bottom: 0 !important;
}

body.page-template-page-career .content-text-5 {
        width: 70%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .com-red-subhead{
        font-size: 28px !important;
    }
}
@media only screen and (max-width: 600px) {
    .com-red-subhead {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .endnote-rt p{
        font-size: 18px !important;
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        font-weight: normal;
        color: #16202B;
        opacity: 100%;
    }

        .about-sec-3,
        .about-sec-2-para {
                padding-top: 0!important;
        padding-bottom: 0!important;
        }
}
/*
.endnote-rt p {
    font-size: 24px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
    line-height: 24px;
    color: #16202B;
    opacity: 100%;
}*/

.endnote-rt {
        margin: 2em 0 4em;
}

.com-nav-sidelist{
    font-size: 18px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
    line-height: 27px;
    color: #354A5E;
    opacity: 100%;
}

/*
.collab-main p {
    color: #16202B;
    font-size: 24px;
    line-height: 32px;
    width: 85%;
}
*/

.collab-points ul li{
    font-size: 18px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
    color: #F8FAFF;
    line-height: 27px;
    max-width: 52em;
    padding: 0 18px 0 0;
    width: 100%;
}
.collab-points p a{
    color: #fff;
}

@media only screen and (max-width: 600px) {
.home-block-1 .number-text,.home-block-1 .carouselOurNews .home-card-box .content p span{
    color: #fff;
    text-transform: uppercase;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    opacity: 100%;
}
.card-para,.learn-para,.pipeline-para{
    color: #fff;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    opacity: 100%;
}
}

.publish-card{
    border: 1px solid #ADB6C5;
    height: auto;
}
.publish-rt a{
    text-decoration: none;
}
.arr-text a{
    text-decoration: none;

}

.publish-rt h4{
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: bold;
    font-size: 21px;
    line-height: 32px;
    color: #354A5E;
    opacity: 100%;
}
.publish-rt p{
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
 /*   text-transform: uppercase;*/
    font-size: 18px;
    line-height: 27px;
    color:#4D5D9E;
    opacity: 100%;
}
#map-addr-det h4.active {
    color:#4D5D9E;
}
#map-addr-det li{
    cursor: pointer;
}
/* #map-addr-det{
    list-style: none;
    width:20% !important
    } */


    /*Our story Css start*/
.inner-content-1 .title-slogan {
    color: #df3c6e;
    font-size: 42px;
    line-height: 50px;
    font-weight: normal !important;
    /* width: 919px !important; */
}
.content-discription {
    font-size: 18px !important;
    line-height: 24px;
    width: 779px !important;
    color: #354A5E;
}
.max-width-919 {
    max-width: 919px;
}

/*
.list-style-2 li {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 5px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;

}

.content-text-5 h3{
font-size: 45px;
font-weight: lighter;
color: #000;
margin-bottom: 15px;
padding-bottom: 0;
font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
}
*/

.content-text-5 p{
    line-height:24px
    }
/* Our story css end */

@media only screen and (min-width: 992px) {
.endnote-rt{
position: relative;
    top: 25px;
}
}
.publish-minitext .arr-text{
    text-align: left !important;
    position: relative;

}
.publish-minitext .arr-text-icon{
    position: absolute;
    bottom: 20px;
}
@media only screen and (max-width: 600px) {
.publish-minitext .arr-text-icon {
    position: relative;
    bottom: 0;
    float: right;
}
}
.min-height-160{
        /*min-height:160px;*/
}
@media only screen and (max-width: 600px) {
    .endnote-rt{
        position: relative;
        /* top: 45px;  */
    }
}

@media screen and (min-width: 661px) and (max-width: 991px) {
    .card-img-bg img{
        width: 100% !important;
    }
    /* .endnote-rt{
        position: relative !important;
        top: -12rem !important;
    }*/
    .rel-head h2{
        /* padding: 0 !important; */
        font-size: 37px !important;
        line-height: 62px !important;
    }

}
.med-rel p {
        font-size: 18px;
        font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        font-weight: normal;
        color: #16202B;
        line-height: 27px;
        opacity: 100%;
}
/*
.list-style-3 li {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 5px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
}*/


.bindCurrentOpenings .row {
    /*padding: 20px 0;*/
        border-top: 2px solid #536097;
}

.bindCurrentOpenings2 .row {
    padding: 20px 0;
    border-top: 1px solid #536097;
}
.action img{
        float: right;
}
.current-openings td:nth-child(1) p {
    font-size: 16px;
    color: #536097;
    margin: 0;
    text-transform: uppercase;
    line-height: 24px;
}
.current-openings .content p {
    font-size: 18px;
    line-height: 27px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
}
.job-search-img button{
    border: none;
    background: none;
    padding: 3px;
}
@media only screen and (min-width: 992px) {
/* .com-img-dimension{
filter: opacity(0.8) drop-shadow(0 0 0 black);
height: 615px;
width: 100%;
} */
/* .com-rel-dimension{
    height: 450px !important;
    width:100% !important;
} */
.about-item{
    position: relative;
    height: 100%;
    width: 100%;
}
.p-0{
padding: 0 !important;
}
.theme-banner-topsec .banner-content {
    position: absolute;
    padding-top: 180px;
    padding-bottom: 50px;
    color: #fff;
    bottom: 3rem;
}
}
.collab-h3-heading {
    font-size: 45px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
    padding-bottom: 0;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
}

@media only screen and (max-width: 600px) {
.text-center{
    text-align: center !important;
}
.arrow-img{
    height: 21.23px;
    width: 13.19px;
}

.theme-banner-topsec .banner-content p{
    font-size: 16px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    line-height: 21px;
}
.theme-banner-topsec img.banner-image{
    height: 230px;
}
.theme-banner-topsec .banner-content{
    position: absolute;
    bottom: -2rem;
}
.carr-nav {
    float: none;
}
.about-caption p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    /* width: 456px; */
}

        .inner-content-1 .title-slogan p {
                color: #df3c6e;
                font-size: 21px;
                line-height: 30px;
                font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
        }
}

.contact-dataform input[type=text],.contact-dataform input[type=email],.contact-dataform textarea {
    font-size: 16px !important;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif!important;
    font-weight: normal !important;
    color: #ADB6C5 !important;
    line-height: 24px !important;
}

/* .modal-view-bg{
    background-color: #4D5D9E;
    padding: 40px;

} */
.custom-modal {
    background-image: linear-gradient(to right, rgba(77,93,158,0.9), rgba(0,33,69,0.9));
    opacity: 1;
    }
/*
.collab-sec-3 p{
    font-size: 20px;
    line-height: 27px;
    font-weight: normal;
    color: #F8FAFF;
}*/
.career-benf-img .img-fluid{
    /*height: 830px;
    width: 553px;*/
        width: 100%;
        height: 100%;
}

.arr-text-icon:focus{
        outline: auto;
}
.com-bg-img{
    /*height: 455px ;
    width: 759px;*/
        width: 70%;
        height: auto;
}
/*
.glob-led-head{
    font-size: 42px !important;
    line-height: 55px !important;
    color: #4D5D9E !important;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif!important;
    font-weight: normal !important;
}*/

.home-card-box{
    width: 370px;
    height: 712px;
}
@media screen and (min-width: 661px) and (max-width: 991px) {
.home-card-box{
    width: 313px;
    height: 621px;
}
}
.custom-modal-body{
    width: 100%;
    height: auto;
}
.modal-des p{
    font-size: 16px;
    line-height: 27px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
    color: #16202B;
}
.car-our-benf p{
    font-size: 16px;
    line-height: 27px;
    color: #16202B;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
    max-width: 52em;
}
.leader-card-para{
    text-transform: uppercase;
}
.cul-ben-para{
    font-size: 18px;
    line-height: 27px;
    color: #16202B;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
    width: 85%;
}
.content-text-4 li{
    font-size: 16px;
    line-height: 27px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
    opacity: 100%;

}
.btn-close{
    margin-top: -10px !important;
}
.story-desc{
        width: 70%;
}

@media screen and (max-width: 600px) {
        body.page-template-page-career .content-text-5,
        .com-bg-img,
        .story-desc {
                width: 100%;
        }
}

.section-content-carr p {
        width: 68%;
}

@media screen and (max-width: 600px) {
    .page-id-990 .content-text-3::after {
        content: " ";
        width: 6px;
        height: 232px;
        background: linear-gradient(0deg, #3a98a6 0%, #4c5f9f 100%);
        top: 7px;
        position: absolute;
        left: -3px;
    }
        .section-content-carr p {
                width: 80%;
        }
}

.home-card-box {
    width: 100%;
    height: auto;
    padding: 0 10px 0 0px;
}


@media screen and (min-width: 661px) and (max-width: 991px) {
    .content-text-3::before {
        height: 100% !important;
        top: 0px;

    }
    .modal-search-close {
      left: -12px;
    }
    .content-text-2.overview-text::before {
        height: 100% !important;
    }
    .line-para::before {
        height: 100% !important;
    }
    .line-para1 p::before {
        height: 100% !important;

    }
    .line-para2 p::before {
        height: 100% !important;

    }
    .line-para-last::before {
        height: 100% !important;

    }
    .story-desc{
        width: 100%;
    }
    .home-card-box {
        width: 100%;
    height: auto;
    }
}
.carouselOurNews {
    position: relative;
}

.owl-nav {
    display: block !important;
    position: absolute;
    right: 0;
    top: -40px;
}

.owl-nav span {
    display: none;
}

.owl-nav .owl-prev {
    background: url(assets/images/card-carousel-left.svg) no-repeat !important;
    width: 30px;
    height: 30px;
    opacity: 1;
    color: #fff !important;
    margin-right: 5px;
    background-size: 100% auto !important;
}

.owl-nav .owl-next {
    background: url(assets/images/card-carousel-right.svg) no-repeat !important;
    background-size: 100% auto !important;
    width: 30px;
    height: 30px;
    opacity: 1;
    margin-left: 5px;
    color: #fff !important;
}

.owl-prev:hover,
.owl-next:hover {
        opacity: 60%;
}

.gm-style .navigate {
    display: none !important;
}
.gm-style .place-card .navigate-text {
    display: none !important;
}
.gm-style .navigate-icon {
    display: none !important;
}
.gm-style .navigate-link {
    display: none !important;
}
.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none !important;
}

#leaving-container.active {
    transform: scale(1);

}

#leaving-container {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    opacity: 0.9;
    transform: scale(0);
    background-image: linear-gradient(128deg, #002145, #4D5D9E);
    transition: opacity .6s ease-in-out;
}

#leaving-container.active #leaving-message {
    transform: scale(1);
}

#leaving-container #leaving-message {
    position: relative;
    background-color: #F8FAFF;
    opacity: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    width: 60vw;
    max-width: 800px;
    text-align: center;
    padding: 3em;
    box-sizing: border-box;
    transform: scale(0);
    transition: transform .5s ease-in-out;
}

#leaving-container #leaving-message #close-leaving {
    background-color: #F8FAFF;
}

#leaving-container #leaving-message #close-leaving {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px;
    right: 10px;
    width: 19px;
    height: 19px;
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
    border: none;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
}

#leaving-message h1 {
    font-size: calc(20px + 1vw);
    font-weight: 300;
    color:#E3396A;

}

#leaving-container #leaving-message #leave, #leaving-container #leaving-message #stay {
    cursor: pointer;
}

#leaving-container #leaving-message #leave:hover,
#leaving-container #leaving-message #stay:hover {
  background-color: #3d4a57;
}

#leaving-container.active {
  transform: scale(1);
  opacity: 1;
background-image: linear-gradient(to right, rgba(77,93,158,0.9), rgba(0,33,69,0.9));
}

#leaving-container.active #leaving-message {
  transform: scale(1);
  border-bottom: 5px solid transparent;
    border-image: linear-gradient(0.25turn, #31BDAF, #E3396A, #4D5D9E);
    border-image-slice: 1;
    width: 100%;
    border-top: 5px solid transparent;
    border-image: linear-gradient(0.25turn, #31BDAF, #E3396A, #4D5D9E);
    border-image-slice: 1;
}

@media only screen and (max-width: 600px) {
    #leaving-container.active #leaving-message {
    width: 100%;
    height: auto;
    max-height: fit-content;
    margin: 20px;
    }
}
.leaving-button {
    background-color: #b5214b;
}

.leaving-button {
    background-color: #e3396a;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 20px;
    margin: 0 10px;
    width: 150px;
    font-weight: 300;
    color: #fff;
    border: none;
    font-family: 'Exo 2',sans-serif;
    font-size: 16px;
}

#leaving-message button {
        height: 50px;
    padding: 10px 30px 10px 30px;
}


@media screen and (max-width: 600px) {
    #leaving-container #leaving-message {
        width: 90vw;
        height: 70vh;
        max-height: 400px;
      }

      #leaving-container #leaving-message .flex {
        flex-direction: column;
      }

      #leaving-container #leaving-message .flex .leaving-button {
        margin: 10px 10px;
      }

    }
    @media screen and (max-width: 991px) and (min-width: 768px) {
        .theme-banner .banner-content{
        padding-top: 10px;
        }
        }
.theme-banner-img{
    position: relative;
   /* height: 4px;*/
}
.theme-banner-img img{
    position: absolute;
    z-index: 0;
    height: 100%;
        object-fit: cover;
}

.publ-para{
    font-size: 18px;
    line-height: 27px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
}
.top-space{
   margin-top: 10% !important;
}
.selected-text-block .text-style-2{
    position: relative !important;
    bottom: 8px !important;
}
@media only screen and (min-width: 992px) {
    .selected-text-block .text-style-2{
        position: relative !important;
        bottom: 8px !important;
        width: 38%;
    }
}
  /*
video.wp-video-shortcode {
 object-fit: cover !important;
}*/

.w-70{
width: 70% !important;
}
.page-id-990 .w-70.text-22 {
    width: 100% !important;
}
.content-text-3::before {
    content: " ";
    width: 6px;
    height: 100%;
    background: linear-gradient(0deg, #515ca3 0%, #de396c 100%);
    position: absolute;
}

@media screen and (min-width: 661px) and (max-width: 991px) {
.overview-text p::before {
    height: 97%;

    }
.w-70 {
   width: 100% !important;
}
.page-id-990 .related-block {
   margin-top: 10px;
}
.related-block {
    margin-top: 10px;
 }
#menu-technologyplatforms-menu .sub-menu{
   width: 180px;
   /* position: relative; */
}
div#selectedContent {
    padding-left: 50px;
}
.techplatform-menu {
    padding-left: 0px;
}
}
#menu-technologyplatforms-menu .sub-menu li{

    display: block;
    font-size: 16px;
    line-height: 27px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    padding: 10px 0px 10px 0px !important;
    color: #34495e;
    cursor: pointer;
    /*text-transform: uppercase;*/
    box-shadow: none;
    display: list-item;
    list-style: disc;
}
#menu-technologyplatforms-menu .sub-menu li a{
    text-decoration: none;
    padding: 0 15px;
    display: inline-block;
    /* width: 178px; */
}
#menu-technologyplatforms-menu li{
    display: block;
    font-size: 16px;
    line-height: 27px;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    padding: 10px 10px 10px 35px;
    color: #34495e;
    cursor: pointer;
    text-transform: none;
}
@media only screen and (max-width: 600px) {
    .top-space .inner-content-1 .breadcrumb {
        margin-top: 20px !important;
    }
    .page-id-662 .endnote-rt {
        display: none;
    }
p.about-sec-2-para.col-12.wd-65 {
    width: 100% !important;
}
.w-70 {
        width: 100% !important;
}
.col-auto .theme-button-outline{
    width: 330px !important;
    margin: 10px 0px !important;
}
.section-content-carr p {
    width: 100%;
}
.page-id-467 .com-noban-para {
    padding-left: 19px;
}
}
#menu-technologyplatforms-menu li.active{
    font-weight: 600;
    background: url(assets/images/btn-arrow-right.png) no-repeat;
    background-size: 25px auto;
    background-position: left center;
}
#menu-technologyplatforms-menu li .sub-menu li.active{
    background: none !important;
}
@media only screen and (max-width: 600px) {
.com-noban-para {
    width: 100%;
}
}

@media only screen and (min-width: 992px) {
.content-text-2 span p{
min-width: 16rem;
}
.tech-sub-padding{
    padding-top: 8rem;
}
}
@media only screen and (max-width: 600px) {
        #menu-technologyplatforms-menu{
                margin-bottom: 7rem;
                padding-left: 0;
        }
        .text-btn-block {
                width: 100%;
        }
        .text-btn-block .com-red-subhead{
                width: 100% !important;
        }
        .selected-text-block .no-warp{
                white-space:normal !important;
        }
        .selected-text-block .text-style-2 {
                padding-top: 40px;
                padding-left: 0!important;
                padding-bottom: 0;
        }

        .com-noban-para {
                padding-left: 0;
        }
        .section-1 .img-fluid {
        min-height: auto;
        }
        .section-1 .content {
                width: 100%;
                height: auto;
                position: relative;
                padding: 30px;
                right: 0;
        }
    .rel-para{
        min-height: auto;
    }
}

@media only screen and (min-width: 992px) {
#menu-technologyplatforms-menu{
    padding-bottom: 5rem;
}
.selected-text-block .content-text-2{
    width: 100%;
}
}
.common-icon-dimn{
    height: 36px;
    width: 21px;
}
.search-black-icon-dimn , .search-white-icon-dimn{
    height: 19px;
    width: 19px;
}
.hamburger-menu{
    height: 16px;
    width: 24px;
}
.arrow-right-icon{
    height: 40px;
    width: 40px;
}
.arrow-right a img{
    margin: 6px 0;
    float: right;
    height: 12px;
    width: 22px;
}
.blog-para h1{
    font-size: 18px;
}

body.page-id-628 .collab-sec-4 p {
        padding-bottom: 0 !important;
}

.pipeline-small-para-blk{
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
    font-size: 13.5px;
    text-align: left;
    line-height: 18px;
    letter-spacing: normal;
    opacity: 100%;
    color: #212529;
        padding-top: 0 !important;
    margin-top: 3% !important;
}

.pipeline-small-para-blk p{
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
    font-size: 13.5px;
    text-align: left;
    line-height: 18px;
    letter-spacing: normal;
    opacity: 100%;
    color: #212529;
}
@media only screen and (min-width: 992px) {
    .career-mid-banner img{
        width: 80%;
    }
.carr-div .career-mid-banner img {
    width: 100% !important;
}
}
.mejs-mediaelement {
    position: relative !important;
}

.wp-video-shortcode video, video.wp-video-shortcode {
    max-width: 100%;
    display: inline-block;
    width: 100% !important;
    height: auto !important;
}
.mejs-container {
    clear: both;
    max-width: 100%;
    width: 100%!important;
    height: auto !important;
}
.wpforms-field-description{
    font-size: 16px !important;
}
@media screen and (min-width: 820px) and (max-width: 1180px){
.theme-slider-banner .carousel-item {
                min-height: 420px
        }
}

.open-button {
    background-color: #555;
    color: white;
    padding: 10px 20px;
    border: none;
    z-index: 9999;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 15px;
    left: 20px;
    width: 160px;
    display: none;
}

  .open-button:hover {
    opacity: 1;
  }

  .lbl-active strong{
  right: -8rem;
  position: relative;
  }

  .perf-cookies .accordion-button::after {
    display: none;
  }
  .tech_plat .tab-content .tab-pane{
    display:block;
  }
  .page-id-118 .border-width {
    position: relative;
    background: linear-gradient(to right, #4D5D9E, #E3396A);
    padding: 3px;
    width: 150px;
}
.text-style-1 {
    font-size: 16px;
    color: #fff;
    font-weight: 100;
    line-height: 26px !important;
    font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
    font-weight: normal;
}
.sec3-padd{
    padding-top:30px;
}
.py-1 {
    padding-top: 0.25rem!important;
    padding-bottom: 0.05rem!important;
}
/* social icon & scanner css */
.social-div {
    position: relative;
}
.social-linkedin {
    position: relative;
}
.ewm {
    width: 110px;
    height: 110px;
    position: absolute;
    left: -119px;
    top: -100px;
    display:none;
}
.ewm img {
    display: block;
    width: 110px !important;
    height: 110px !important;
}
.ewm-linkedin {
    width: 110px;
    height: 110px;
    position: absolute;
    right: -119px;
    top: -100px;
    display:none;
}
.ewm-linkedin img{
    display: block;
    width: 110px !important;
    height: 110px !important;
}

.col-12.col-md-6.col-lg-6.sec3-para2::before {
    content: " ";
    position: absolute;
    left: 0px;
    top: 17px;
    background: linear-gradient(0deg, rgba(81, 92, 157, 1) 0%, rgba(224, 57, 107, 1) 100%);
    width: 6px;
    height: 88%;
}
.about-sec-3 .sec3-para2 {
    padding-left: 23px !important;
}
.about-sec-2-para {
    padding-top: 0px !important;
    /* padding-bottom: 30px !important; */
}
/* .page-id-662 .py-4 {
    padding-top: 0.25rem!important;
    padding-bottom: 0.25rem!important;
} */
p.pipe-title {
    padding-top: 8px;
}
.footer-menu1 li a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.06rem;
}
.footer-menu1 li {
    display: block;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, "Microsoft YaHei UI", 宋体, sans-serif;
    font-weight: normal;
    padding: 8px 0px;
}
.footer-menu1 li a:hover {
    opacity: 0.8;
    text-decoration: underline;
}
.footer-menu2 li a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.06rem;
}
.footer-menu2 li {
    display: block;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, "Microsoft YaHei UI", 宋体, sans-serif;
    font-weight: normal;
    padding: 8px 0px;
}
.footer-menu2 li a:hover {
    opacity: 0.8;
    text-decoration: underline;
}
.footer-menu3 li a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.06rem;
}
.footer-menu3 li {
    display: block;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular, "Microsoft YaHei UI", 宋体, sans-serif;
    font-weight: normal;
    padding: 8px 0px;
}
.footer-menu3 li a:hover {
    opacity: 0.8;
    text-decoration: underline;
}
.footer-menu1,.footer-menu2,.footer-menu3{
    padding-left: 5rem;
}
.contact-data {
    margin-top: 30px;
    border: 1px solid #e6e8f1;
    padding: 35px 30px;
    text-align: center;
    background-color: white;
    width: 50%;
    float: left;
}
.col-md-7.mx-auto.contact-dataform {
    margin-top: 40px;
}
.page-id-228.pipeline-small-para-blk p {
    text-align: right;
}

div#selectedContent {
    padding-left: 75px;
}

.card-body .border-width {
    display: none !important;
}
.page-id-628 .card-3.py-3 ul {
    padding-left: 1rem;
}
.page-id-628 .content-text-5.list-style-3.pt-4 ul {
    padding-left: 1rem;
}
.page-id-471 p.com-noban-para.my-4.min-height-160 {
    padding-left: 0px !important;
    width: 100%;
    font-size:16px;
    line-height:27px;
}
.page-id-99 h2.com-ban-insec-colhead {
    text-align: center;
}
.page-id-579 h2.com-ban-insec-colhead {
    text-align: center;
}
h6#btnplayvideo {
    text-decoration: underline;
    text-underline-position: under;
}
.container.collab-points p {
    font-size: 18px !important;
    line-height: 27px !important;
}
.page-id-628 .collab-points ul li {
    font-size: 16px;
    line-height: 27px;
}
.page-id-628 .pipeline-small-para-blk {
   margin-top: 0% !important;
}
.page-id-628 p.py-4.partnership-div {
    font-size: 13.5px;
    line-height: 18px;
}
.wd-65{
    width: 65% !important;
}
p.rel-para {
    margin-bottom: 0px !important;
}
p.pipeline-para {
    margin-bottom: 0px !important;
}
.page-id-471 .content-style-1 p {
    font-size: 16px;
    line-height: 27px;
}
p.com-noban-para.my-4.min-height-160 {
    font-size: 16px !important;
    line-height: 27px !important;
}
.page-id-609 h3 .about-sec-3-head.com-ban-insec-colhead.py-4 {
    font-size: 24px !important;
}
.compl-content ul {
    padding-left: 13px;
}
h3.about-sec-3-head.com-ban-insec-colhead.py-4 {
    padding-top: 0px !important;
}
h3.about-sec-3-head.com-ban-insec-colhead.compli-head {
    font-size: 24px !important;
}
.page-id-467 .com-noban-main-head {
    padding-bottom: 14px !important;
}
.page-id-15 h3.col-12.col-lg-12.com-red-subhead{
    font-size: 30px;
    font-weight: 300;
    line-height: 46px;
    color: #E3396A;
}
h2.com-ban-insec-colhead {
    font-size: 40px;
}
.home-video{
    height: 135px;
}
.col-12.col-lg-4.card-4.pb-5.carr-space {
    padding-right: 32px;
}
.col-12.col-sm-12.col-md-6.col-lg-3.card-3.py-3 {
    padding-right: 31px;
}

#current-openings p{
    padding-top: 15px;
}
div.wpforms-container-full .wpforms-field.wpforms-field-select-style-classic select {
    padding-left: 6px;
    color: gray;
}
.page-id-990.related-block {
    margin-top: 30px;
}
.wpforms-field-description {
    font-size: 10px !important;
}
h4.adress-loc {
    padding-top: 16px;
    padding-bottom: 8px;
}
.search-main h1.com-noban-main-head {
    padding-left: 30px;
}
.pipeline-small-para-blk.tech-plat-bottom p {
    text-align: right;
}
.page-id-9 .border-width.col-md-1 {
    margin-bottom: 1.5rem;
}
.border-width.col-md-1 {
    margin-bottom: 1.5rem;
}
.page-id-9 h2.com-ban-insec-colhead {
    font-size: 40px;
    padding-bottom: 10px;
}
.page-id-21 .inner-content-1 h3 {
    font-size: 20px;

}
div#v-pills-class-非基因编辑通用型细胞疗法 .text-style-2 {
    padding-right: 2rem;
}
/* ----31/10/2022 Css Added-----*/
.line-para::before {
    content: " ";
    width: 6px;
    height: 100%;
    background: linear-gradient(0deg, #515ca3 0%, #de396c 100%);
    top: 0;
    position: absolute;
    left: 0;
}
.page-id-15 .carr-div .card-img-bg {
    float: none;
    overflow: hidden;

}
.page-id-15 .carr-div .career-mid-banner img {
    width: 100%;
}
.carr-div {
    position: relative;
}
.page-id-15 .carr-div .card-img-bg {
    overflow: hidden;
}
.page-id-15 .carr-div .card.about-bg-card p {
    color: #fff;
    font-size: 18px !important;
}

.content-text-2.overview-text::before {
    content: " ";
    width: 6px;
    height: 90%;
    background: linear-gradient(0deg, #515ca3 0%, #de396c 100%);
    top: 0;
    position: absolute;
    left: 0;
}
.line-para1 p::before {
    content: " ";
    width: 6px;
    height: 100%;
    background: linear-gradient(0deg, #515ca3 0%, #de396c 100%);
    top: 0;
    position: absolute;
    left: 0;
}
.line-para2 p::before {
    content: " ";
    width: 6px;
    height: 100%;
    background: linear-gradient(0deg, #515ca3 0%, #de396c 100%);
    top: 0;
    position: absolute;
    left: 0;
}
.line-para3 p::before {
    content: " ";
    width: 6px;
    height: 100%;
    background: linear-gradient(0deg, #515ca3 0%, #de396c 100%);
    top: 0;
    position: absolute;
    left: 0;
}
.line-para-last::before {
    content: " ";
    width: 6px;
    height: 100%;
    background: linear-gradient(0deg, #515ca3 0%, #de396c 100%);
    top: 0;
    position: absolute;
    left: 0;
}

.wp-block-table table tr {
    border: 1px solid #CCC;

}
.wp-block-table table td {
    border: 1px solid #CCC;
     padding: 10px 20px;
}
.benefits-colorbox {
    height: auto;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}
.benefits-colorbox p {
    color: #fff;
}
.img-box-color p {
    font-size: 18px !important;
    line-height: 27px !important;
    color: #fff;

}
.img-box-color {
    padding: 30px;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(-110deg, #E3396A, #4D5D9E);
    background: ï¿½transparent linear-gradient(241deg, #E3396A 0%, #4D5D9E 100%) 0% 0% no-repeat;

}
div#scanner-img {
    margin: 0 auto;
    text-align: center;
}
button.close {
    border: none;
    background: transparent;
}
h1.py-2.dialog1Title222 {
    text-align: center;
}
p#pg-subheading222 {
    text-align: center;
}
.scanner-imageDiv {
    margin: 0 auto !important;
    text-align: center !important;
}
.scanner-twitter{
    display:none;
}
.scanner-twitter img {
    width: 195px;
    padding-bottom: 0px;
}
.scanner-weibo{
    display:none;
}
.scanner-weibo img {
    width: 195px;
    padding-bottom: 20px;
}
#myModal .modal-footer-bottom {
    text-align: center;
    margin: 0 auto;
}
 #myModal button.close {
    position: absolute;
    right: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px;
    right: 10px;
    width: 19px;
    height: 19px;
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
    font-family: SourceHanSansCN-Regular, "Microsoft YaHei UI", 宋体, sans-serif;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

#myModal .modal-body {
    padding: 0;
}

div#myModal {
    transform: scale(1);
    opacity: 1;
    background-image: linear-gradient(to right, rgba(77,93,158,0.9), rgba(0,33,69,0.9));
}
#myModal .modal-header {
    display: block;

}
h1#dialog1Title222 {
    font-size: calc(20px + 1vw);
    font-weight: 300;
    color: #E3396A;
    text-align: center;
}
#myModal .modal-dialog {
    max-width: 800px;

}
.mymodel-btn {
    height: 50px;
    padding: 10px 30px 10px 30px;
}
#myModal .modal-content{
    border-top: 5px solid transparent;
    border-image: linear-gradient(0.25turn, #31BDAF, #E3396A, #4D5D9E);
    border-image-slice: 1;
    border-bottom: 5px solid transparent;
    padding:3em;
}
#myModal.button.close {
    border: none;
    background: transparent;
}
.page-id-579 .content-style-1 ul li {
    font-size: 16px;
    line-height: 27px;
}
span.text-copyrights a {
    color: #fff;
    text-decoration: none;
}
@media only screen and (min-width: 992px) {
.img-box-color {
    padding: 30px;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(-110deg, #E3396A, #4D5D9E);
    background: ï¿½transparent linear-gradient(241deg, #E3396A 0%, #4D5D9E 100%) 0% 0% no-repeat;
     position: relative !important;
     left: -10% !important;
}
}

@media only screen and (min-width: 992px) {
.page-id-467 img.d-block.w-100.about-bg-img {
        width: 80% !important;
        text-align: center;

    }
.car-our-benf {
        padding-right: 30px;
    }
.cookies-block span {
    position: unset;
    right: 0px;
    top: -5px;
    text-align: center !important;
    width: 30%;
}
.cookies-block p {
    padding-right: 0px;
    margin-bottom: 0;
    text-align: center !important;
    display: inline-block;
    padding-left: 80px;
}
.cookies-block p {
font-family: "SourceHanSansCN-Regular", "Microsoft YaHei UI", "宋体", sans-serif;
color: #4d5f6a;
font-size: 14px !important;
line-height: 20px;
/* max-width: 90%; */
}
.text-copyrights {
position: absolute;
bottom: 30px;
color: #fff;
font-size: 13px !important;
line-height: 22px;
display: block;
left: 0;
right: 0;
z-index: 2;
}
}
p.mb-0 {
    margin-top: -10px;
}
